ViewPager Title doesn't appear until I swipe it

后端 未结 4 1704
名媛妹妹
名媛妹妹 2021-01-11 12:41

I am learning to use ViewPager and PagerTabStrip to implement navigation bar. I have implemented it, my problem is: every time I open the app fresh, the titles don\'t show,

4条回答
  •  自闭症患者
    2021-01-11 13:20

    I also recently started to have this problem, and after a little bit of testing I think I found a bug in Android's latest support package update.

    The problem appears in to be in com.android.support:appcompat-v7:23.0.0.

    Try changing the dependency back to com.android.support:appcompat-v7:22.2.1 (second latest update) and see if that works.

    Unfortunately, I have yet to find any solution to get it to work with the latest support package update.

提交回复
热议问题