gpt4 book ai didi

android - 小写的 TabLayout 选项卡标题文本

转载 作者:IT老高 更新时间:2023-10-28 13:25:36 26 4
gpt4 key购买 nike

我在 Min SDK 15 的应用程序中使用了 android.support.design.widget.TabLayout

默认情况下,它采用大写的 Tab 标题,但我希望它在“textCapsWord”中制作。我尝试按照建议添加样式 herehere .但不幸的是,两者都不起作用。

最佳答案

如果您将以下行添加到您的 TabLayout 它应该可以工作:

app:tabTextAppearance="@android:style/TextAppearance.Widget.TabWidget"

像这样使用它:

<android.support.design.widget.TabLayout
android:id="@+id/tabLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabIndicatorColor="@android:color/white"
app:tabIndicatorHeight="2dp"
app:tabTextAppearance="@android:style/TextAppearance.Widget.TabWidget"
app:tabSelectedTextColor="@android:color/white"
app:tabTextColor="@android:color/white" />

关于android - 小写的 TabLayout 选项卡标题文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33015652/

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