TabLayout (Android Design Library) Text Color

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

    For custom tabs we have to override the following : 1) app:tabTextColor //for_unselected_text"

            
    

    2) tabSelectedTextColor // for selected tab color 3) tabIndicatorColor // color for tab indicator

       
    
    
    
    
    

    tab_text_color.xml

     
     
      
      
     
    

提交回复
热议问题