gpt4 book ai didi

Android Tabcontent 与 tab 重叠

转载 作者:搜寻专家 更新时间:2023-11-01 08:43:55 24 4
gpt4 key购买 nike

您好,我需要一些有关 Tab 的帮助。有一些布局建议需要咨询。我当前的标签内容似乎与我的标签重叠。无论如何要防止这种情况发生?

Problem with layout

主.xml

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

<LinearLayout
android:id="@+id/LinearLayout01"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">

<FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="fill_parent"
android:layout_height="fill_parent">

<TabWidget
android:id="@android:id/tabs"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />

</FrameLayout>
</LinearLayout>
</TabHost>

最佳答案

那么您已经将选项卡放入您的选项卡内容中。正确的布局是这样的

<LinearLayout>
<TabWidget />
<FrameLayout />
</LinearLayout>

我猜你正在关注 this tutorial .第一个 XML 布局应该是您的布局。

关于Android Tabcontent 与 tab 重叠,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30221342/

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