TabLayout (Android Design Library) Text Color

后端 未结 9 1008
面向向阳花
面向向阳花 2020-12-04 22:50

I\'m using the new TabLayout from the Android Design library. I managed to set the textcolor statelist using tabLayout.setTabTextColors(colorstatelist)

How can i ac

9条回答
  •  猫巷女王i
    2020-12-04 23:43

    With the TabLayout provided in the Material Components Library you can:

    • Use a custom style
      
    

    and in your style use the tabTextColor with a selector.

    
    
    
    
    
      
      
    
    
    • Use the app:tabTextColor in your layout:
      
    

提交回复
热议问题