gpt4 book ai didi

Android - 多个选项卡的 Tabhost(Tabwidget)问题

转载 作者:搜寻专家 更新时间:2023-11-01 09:11:38 28 4
gpt4 key购买 nike

我的列表中有五个选项卡,当 TabActivity 启动时您可以看到前三个选项卡,然后如果我向右滚动,另外两个也会显示。我遇到的问题是接下来的两个选项卡需要点击两次才能开始,如果最后三个选项卡显示在屏幕上,则前两个选项卡反之亦然。

拜托,如果有人知道如何解决这个烦人的事情,我将不胜感激。

提前致谢!

编辑:

我发现真正的问题是当我滚动到末尾(向左或向右)时,这会导致任何选项卡被点击两次才能工作,有人认识到这一点吗?我发现滚动到末尾(向右或向左)时可以点击一次,但只能在 3 秒后点击。如果我立即点击,则需要再次点击才能工作。

我的代码(xml):

<?xml version="1.0" encoding="utf-8"?>
<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:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<HorizontalScrollView
android:id="@+id/scroll"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollbars="none">
<TabWidget
android:id="@android:id/tabs"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#000000"/>
</HorizontalScrollView>
<FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</LinearLayout>

最佳答案

您想尝试 ViewFlipper(就像在新的 Android 市场中一样)。

这是完整的代码,

Set default page for ViewPager in Android

关于Android - 多个选项卡的 Tabhost(Tabwidget)问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7868577/

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