TabLayout (Android Design Library) Text Color

后端 未结 9 1006
面向向阳花
面向向阳花 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条回答
  •  青春惊慌失措
    2020-12-04 23:40

    You just have to override android:textAppearance style. Because TabLayout use textAppearance. here is the small snippet code of style.

    
    
    
    
    

    And if you dont want to reference from your Apptheme you can directly specify to TabLayout using Below snippet.

     
    

提交回复
热议问题