gpt4 book ai didi

android - 在底部滚动 Tabhost

转载 作者:太空宇宙 更新时间:2023-11-03 13:37:36 24 4
gpt4 key购买 nike

我使用 tabhost 教程开始使用 Tabhost 控件。

经过一番尝试后,我想使 tabhost 可滚动,我想出来了。

现在我想要显示底部的 tabhost,它对我不起作用。

切换到此处建议的相对布局:iPhone-like Tabbar

我的代码:

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:scrollbars="horizontal" android:isScrollContainer="true">
<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" android:layout_alignParentBottom="true">
<RelativeLayout android:layout_height="fill_parent"
android:layout_width="fill_parent">
<HorizontalScrollView android:layout_width="fill_parent"
android:layout_height="fill_parent" android:scrollbars="none"
android:layout_alignParentBottom="true">
<TabWidget android:id="@android:id/tabs"
android:layout_alignParentBottom="true" android:layout_width="fill_parent"
android:layout_height="wrap_content" />
</HorizontalScrollView>
<FrameLayout android:id="@android:id/tabcontent"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:padding="2dp" />
</RelativeLayout>
</TabHost>

我需要提示为什么它不起作用/它是如何工作的。我尝试了相对布局和 layout_alignParentBottom="true" 现在它出现了几次(在 Horizo​​ntalScrollView 和 TabWidget 中)

最佳答案

感谢 Arve 引导我进行“自定义控件”,我发现了一个有前途的项目:

https://github.com/honcheng/ScrollableTabHost-for-Android

我希望其他正在寻找这种 tabhost 的人可以使用它:)

关于android - 在底部滚动 Tabhost,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5060846/

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