gpt4 book ai didi

android - 如何定位屏幕左侧的标签?

转载 作者:太空宇宙 更新时间:2023-11-03 10:55:03 26 4
gpt4 key购买 nike

我按照 tuturial 实现了一个简单的选项卡布局.

在教程中,选项卡位于屏幕顶部。有什么方法可以将选项卡定位在屏幕的左侧,而不是将选项卡定位在顶部?如何更改布局 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"
android:padding="5dp">
<TabWidget
android:id="@android:id/tabs"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
<FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="5dp" />
</LinearLayout>
</TabHost>

最佳答案

TabActivty 不支持左侧的 handle 选项卡,但这里有一个可能的替代方案:

Existing patches for android tabwidget to allow tabs on left-hand side?

另一种解决方案是编写您自己的选项卡小部件: http://groups.google.com/group/android-developers/browse_thread/thread/6587ffd8ea4ed74a#

关于android - 如何定位屏幕左侧的标签?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6545807/

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