android font size of tabs

后端 未结 7 1482
滥情空心
滥情空心 2020-11-29 13:25

i ask this quest for a few time ago , but i get no solutions :( my problem is, that i have an android app with a tab activity, where i have to set the font size of my tabs,

7条回答
  •  执笔经年
    2020-11-29 13:42

    if you set text_size directly in style of tab layout, it doesn't work!! you have to set it into a style which has parent="@android:style/TextAppearance.Widget.TabWidget"

    
    
    
    
    
     
    

    and also this is a full style for tab:

     
    

提交回复
热议问题