TabLayout (Android Design Library) Text Color

后端 未结 9 1019
面向向阳花
面向向阳花 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:38

    Here is snippet code to override text style and selected text color

    
    
    
    

    And here is snippet code for layout

    
    

提交回复
热议问题