gpt4 book ai didi

android - Android 中固定选项卡内的固定选项卡

转载 作者:行者123 更新时间:2023-11-29 01:42:37 27 4
gpt4 key购买 nike

我想在选项卡内添加选项卡,如下所示:

 ----------------------
|Tab 1 | Tab 2 | tab 3 |
-----------------------
| Sub tab 1 | Sub tab 2|
----------------------

每个父标签都有两个子标签。我正在使用 fragment 来显示父选项卡(操作栏选项卡)。

我通过实现 fragment 替换来尝试这个,但 android 不支持 nested fragment(17+ 除外)。我该如何完成。请帮我解决这个问题。

<android.support.v4.view.ViewPager
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent">

<android.support.v4.view.PagerTitleStrip
android:id="@+id/pager_title_strip"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="top"
android:background="#33b5e5"
android:textColor="#fff"
android:paddingTop="4dp"
android:paddingBottom="4dp" />

</android.support.v4.view.ViewPager>

最佳答案

如果子选项卡是 View 而不是 fragment ,您可以这样做。使用 TabHost、TabWidget、一个 id 为“@android:id/tabcontent”的 FrameLayout,其中包含不同的选项卡。

关于android - Android 中固定选项卡内的固定选项卡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23537436/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com