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

android:id 中区别。。

时间:2017-06-17 20:36:00      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:intern   com   view   nbsp   调用   root   bsp   roo   代码   

一、

android:id="@android:id/tabhost"   是调用系统内部的ID

和代码中


mTabContent = (FrameLayout) findViewById(com.android.internal.R.id.tabcontent);

是一回事。

二、

android:id="@+id/llRoot" 

就是自己定义一个新的ID。

三、

android:id="@id/llRoot"

android:id 中区别。。

标签:intern   com   view   nbsp   调用   root   bsp   roo   代码   

原文地址:http://www.cnblogs.com/whm-blog/p/7041070.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!