<style name="home_fangyuan_tab" parent="Widget.Design.TabLayout"> <item name="android:textSize">@dimen/base17dp</item><item name="tabBackground">@color/tab_background</item><item name="tabIndicatorColor">@color/tab_IndicatorColor</item><item name="tabSelectedTextColor">@color/tab_SelectedTextColor</item><item name="tabTextColor">@color/tab_textcolor</item></style>
千万不要将tabBackground和tabIndicatorColor一起使用。否则背景会覆盖下划线。
但并未找到下划线宽度的设置属性
Android TabLayout使用注意点。

最新推荐文章于 2025-05-15 21:28:39 发布
