一、
android: 是调用系统内部的ID
和代码中
mTabContent = (FrameLayout) findViewById(com.android.internal.R.id.tabcontent);
是一回事。
二、
android:
就是自己定义一个新的ID。
三、
android:
引用自己已经定义的id 在定位是常要使用。
一、
android: 是调用系统内部的ID
和代码中
mTabContent = (FrameLayout) findViewById(com.android.internal.R.id.tabcontent);
是一回事。
二、
android:
就是自己定义一个新的ID。
三、
android:
引用自己已经定义的id 在定位是常要使用。
相关文章: