码迷,mamicode.com
首页 > 移动开发 > 详细

android include中的控件调用

时间:2016-02-24 09:32:42      阅读:306      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!