一、
android:id="@android:id/tabhost" 是调用系统内部的ID
和代码中
mTabContent = (FrameLayout) findViewById(com.android.internal.R.id.tabcontent);
是一回事。
二、
android:id="@+id/llRoot"
就是自己定义一个新的ID。
三、
android:id="@id/llRoot"
原文:http://www.cnblogs.com/whm-blog/p/7041070.html