内容
[table]
|Id|例子
|@android:id/tabs|
|@android:id/tabcontent|
|@+id/android:list|
[/table]
[table]
|Id|例子
|@android:id/tabs|
<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" />[/table]

被折叠的 条评论
为什么被折叠?



