gpt4 book ai didi

android - 选定选项卡下划线的 TabLayout 颜色

转载 作者:IT王子 更新时间:2023-10-28 23:40:10 26 4
gpt4 key购买 nike

如何更改新 TabLayout 上选定选项卡下划线的颜色?PagerTabStrip有方法setTabIndicatorColor(int color)TabLayout好像没有这样的方法。

enter image description here

最佳答案

使用 app:tabIndicatorColor.

示例:

<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabIndicatorColor="@android:color/white" />

确保你有这个namespace:xmlns:app="http://schemas.android.com/apk/res-auto"

文档: https://developer.android.com/reference/android/support/design/widget/TabLayout.html#attr_android.support.design:tabIndicatorColor .

关于android - 选定选项卡下划线的 TabLayout 颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30725109/

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