gpt4 book ai didi

android - 无法在android中添加 ScrollView indide tabhost

转载 作者:行者123 更新时间:2023-11-30 01:53:55 25 4
gpt4 key购买 nike

当我添加 ScrollView 时,我无法在我的 android 应用程序开发中设置 ScrollView ,它与选项卡头重叠,也无法切换选项卡,感谢您宝贵的时间..`

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

<FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@+id/bRecharge">

<ScrollView
android:id="@+id/scroll"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@android:id/tabhost">
<LinearLayout
android:id="@+id/linear"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">

<RelativeLayout
android:id="@+id/Mobile"
android:layout_width="match_parent"
android:layout_height="419dp"
android:orientation="vertical">
</RelativeLayout>
<RelativeLayout
android:id="@+id/DTH"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
</RelativeLayout>

<RelativeLayout
android:id="@+id/Datacard"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
</RelativeLayout>
</LinearLayout>
</ScrollView>
</FrameLayout>
</TabHost>`

最佳答案

打开<TabHost> .在您的代码中,您要添加 </TabHost>但我看不到它的任何地方。

关于android - 无法在android中添加 ScrollView indide tabhost,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32564646/

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