How to set TextStyle of PagerTabStrip to Bold?

前端 未结 3 1356
醉梦人生
醉梦人生 2021-02-07 07:08

I\'m using PagerTabStrip in ViewPager to show the title of each page. Here is my XML code:



        
3条回答
  •  灰色年华
    2021-02-07 07:54

    What you need to do is create a style for the text, and then use the android:textAppearance attribute...

    Perhaps something like this:

     
    

    And then in your PagerTabStrip XML do this:

     
    

提交回复
热议问题