tabhost中可以嵌套fragment吗

 我来答
受司大人
推荐于2016-02-06 · 知道合伙人影视综艺行家
受司大人
知道合伙人影视综艺行家
采纳数:20262 获赞数:171846
毕业于浙江广厦,有一定的电脑专业基础和两年工作经验,读过相关书籍多本

向TA提问 私信TA
展开全部
界面框架就是Fragment里嵌套一个(tabhost+fragment),其中tabHost+fragment的布局是这么写的:
<?xml version="1.0" encoding="utf-8"?>
<TabHost xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tabhost"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/bg"
android:orientation="vertical" >

<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" >

<RelativeLayout
android:id="@+id/channel_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/bg" >

<ImageView
android:id="@+id/img_logo"
android:layout_width="35dp"
android:layout_height="35dp"
android:src="@drawable/home" />

<HorizontalScrollView
android:id="@+id/hs_channel_selector"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toLeftOf="@+id/imgbtn_history"
android:layout_toRightOf="@+id/img_logo"
android:background="@color/bg"
android:scrollbars="none" >

<RadioGroup
android:id="@+id/tab_rg_menu"
android:layout_width="wrap_content"
android:layout_height="35dp"
android:background="@color/bg"
android:orientation="horizontal" >

<RadioButton
android:id="@+id/tab_rb_1"
style="@style/tab_rb_style"
android:background="@color/tv_bg"
android:checked="true"
android:text="电视剧" />

<RadioButton
android:id="@+id/tab_rb_2"
style="@style/tab_rb_style"
android:text="电影" />

<RadioButton
android:id="@+id/tab_rb_3"
style="@style/tab_rb_style"
android:text="音乐" />

<RadioButton
android:id="@+id/tab_rb_4"
style="@style/tab_rb_style"
android:text="娱乐" />

<RadioButton
android:id="@+id/tab_rb_5"
style="@style/tab_rb_style"
android:text="体育" />

<RadioButton
android:id="@+id/tab_rb_6"
style="@style/tab_rb_style"
android:text="动漫" />

<RadioButton
android:id="@+id/tab_rb_7"
style="@style/tab_rb_style"
android:text="综艺" />
</RadioGroup>
</HorizontalScrollView>
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式