WEB开发网
开发学院手机开发Android 开发 Tabhost 运用详解 阅读

Tabhost 运用详解

 2012-09-03 15:08:53 来源:WEB开发网   
核心提示: --Tabhost布局<?xml version="1.0" encoding="utf-8"?><TabHost android:layout_width="fill_parent"android:layout_height="

 

------------------------------------------Tabhost布局

<?xml version="1.0" encoding="utf-8"?>


<TabHost android:layout_width="fill_parent"
android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/tabhost"

>
<LinearLayout android:id="@+id/LinearLayout01"
android:orientation="vertical" android:layout_height="fill_parent"
android:layout_width="fill_parent">
<TabWidget android:id="@android:id/tabs"
android:layout_height="wrap_content" android:layout_width="fill_parent"></TabWidget>
<FrameLayout android:id="@android:id/tabcontent"
android:layout_height="fill_parent" android:layout_width="fill_parent"></FrameLayout>
</LinearLayout>


</TabHost>

--------------------------------------解释:
<TabWidget android:id="@android

1 2 3  下一页

Tags:Tabhost 运用 详解

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接