<?xml version="1.0" encoding="utf-8"?><TabHost xmlns:android="http://schemas.android.com/apk/res/android"    android:id="@android:id/tabhost"    android:layout_width="match_parent"    android:layout_height="match_parent" >    <LinearLayout         android:layout_width="fill_parent"        android:layout_height="fill_parent"        android:orientation="vertical">        <TabWidget             android:id="@android:id/tabs"            android:layout_width="fill_parent"            android:layout_height="fill_parent"/>        <FrameLayout             android:id="@android:id/tabcontent"            android:layout_width="fill_parent"            android:layout_height="fill_parent">            <!-- 定义第一个标签页 -->            <LinearLayout                 android:id="@+id/tab01"                android:layout_width="fill_parent"                android:layout_height="fill_parent"                android:orientation="vertical"></LinearLayout>            <!-- 定义第二个标签页 -->            <LinearLayout                 android:id="@+id/tab02"                android:layout_width="fill_parent"                android:layout_height="fill_parent"                android:orientation="vertical"></LinearLayout>            <!-- 定义第三个标签页 -->            <LinearLayout                 android:id="@+id/tab03"                android:layout_width="fill_parent"                android:layout_height="fill_parent"                android:orientation="vertical"></LinearLayout>        </FrameLayout>    </LinearLayout></TabHost>

注意:

TabHost的ID应该为@android:id/tabhos

TabWidget的ID应该为@android:id/tabs

FrameLayout的ID应该为@android:id/tabcontent


Android平台不推荐使用TabActivity。而是推荐使用Fragment

更多相关文章

  1. Android 官方文档:(二)应用清单 —— 2.2 <action>标签
  2. Android高手进阶教程(二十七)之---基于ViewFlipper实现的自定义
  3. Android 中自定义View的应用
  4. Android 自定义键盘中禁用点击预览弹窗
  5. android-控件样式(Theme)自定义
  6. android button 自定义
  7. android实现ios形式的字体,实现各种自定义的字体
  8. Android自定义对话框(Custom Dialog)

随机推荐

  1. Android(安卓)Studio开发环境的搭建
  2. android:foreground="?attr/selectableIt
  3. LinearLayout源码分析
  4. Android(安卓)4.4创建The Master/Detail
  5. 微信5.0一键关注和下载
  6. android中View, Window, Activity, Windo
  7. 1、重写TextView的onDraw方法
  8. 【Android(安卓)界面效果18】Android软件
  9. Android(安卓)登录密码RSA加密
  10. 正确设置Android(安卓)Studio代理配置