How to set TextStyle of PagerTabStrip to Bold?

前端 未结 3 1363
醉梦人生
醉梦人生 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:46

    PagerTabStrip doesn't aceppts textAppearance.

    Like @Justin said above, but on xml put:

    style="@style/PagerTabStripText"

    not:

    android:textAppearance="@style/PagerTabStripText"

提交回复
热议问题