内容
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" /> |