一些系统指定id总结内容TabWidget android:id@android:id/tabs android:layout_widthfill_parent a
一些系统指定id总结
内容
<TabWidget android:id="@android:id/tabs" android:layout_width="fill_parent" android:layout_height="wrap_content"/>@android:id/tabcontent
<FrameLayout android:id="@android:id/tabcontent" android:layout_width="fill_parent" android:layout_height="fill_parent" />@+id/android:list
<ListView android:id="@+id/android:list" android:layout_width="match_parent" android:layout_height="wrap_content" />
