Android开发工作中经常使用的TabWidget标签分页(二)

2014-11-24 14:16:53 · 作者: · 浏览: 8
oid:id/tabhost"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
android:id="@android:id/tabs"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
android:id="@android:id/tabcontent"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>



AndroidManifest.xml


< xml version="1.0" encoding="utf-8" >
package="com.zyb.tab"
android:versionCode="1"
android:versionName="1.0">




android:label="@string/app_name">










OK,大功就此告成。