在 android 中是不是可以在屏幕底部放置 TabActivity 选项卡图标? [复制]

Posted

技术标签:

【中文标题】在 android 中是不是可以在屏幕底部放置 TabActivity 选项卡图标? [复制]【英文标题】:Is possible in android to put in TabActivity tab icons at the bottom of the screen? [duplicate]在 android 中是否可以在屏幕底部放置 TabActivity 选项卡图标? [复制] 【发布时间】:2012-01-10 10:44:07 【问题描述】:

可能重复:android: Tabs at the BOTTOM

在 android 中是否可以在屏幕底部放置 TabActivity 选项卡图标?默认情况下,选项卡图标位于顶部。怎么改?

【问题讨论】:

在这里回答:***.com/a/2710404/181002祝你有美好的一天。 检查:envyandroid.com/archives/326/align-tabhost-at-bottom 【参考方案1】:

将您的标签 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_
    android:layout_>

    <LinearLayout
        android:orientation="vertical"
        android:layout_
        android:layout_
        android:padding="5dp">

        <FrameLayout
            android:id="@android:id/tabcontent"
            android:layout_
            android:layout_
            android:padding="5dp"
            android:layout_weight="1"/>

        <TabWidget
            android:id="@android:id/tabs"
            android:layout_
            android:layout_
            android:layout_weight="0"/>

    </LinearLayout>

</TabHost>

`

【讨论】:

我试过了,还是不行!

以上是关于在 android 中是不是可以在屏幕底部放置 TabActivity 选项卡图标? [复制]的主要内容,如果未能解决你的问题,请参考以下文章

在 android 上的播放器功能区下方放置横幅广告

如何在屏幕底部放置离子标签?

Android 工具栏出现在屏幕底部而不是顶部

在屏幕底部放置一个视图

在屏幕底部放置一个标签

独立于分辨率将精灵放置在屏幕底部