首页 > 移动平台 > 详细

android include中的控件调用

时间:2016-02-24 09:31:00      阅读:259      评论:0      收藏:0      [点我收藏+]

项目中经常会有一些布局是重用的,但是如何来更好的利用这些布局中的控件

转: http://zhidao.baidu.com/link?url=GU93U8Wu31dfp7mKEx52hMJkxjFLCq3WGkvZ8IMrahQT3wgAbC1Y93sKQ36_GQo3V4-Q9KWRHD6RIxMgBYj0zY7YsYNQuGFGjahZsFnz9wq

<include android:id="@+id/view_counter_buttons_1" layout="@layout/view_counter_button_text" 
android:layout_height="fill_parent"  android:layout_width="fill_parent"/>

RelativeLayout lin = (RelativeLayout)findViewById(R.id.view_counter_buttons_1).findViewById(R.id.layout1);

layout1是view_counter_button_text.xml文件里的ID

 

android include中的控件调用

原文:http://www.cnblogs.com/jiduoduo/p/5211810.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!