Tabs of TabLayout not showing

前端 未结 6 681
借酒劲吻你
借酒劲吻你 2020-12-30 08:19

I have a main activity, which hosts a fragment, which in turn hosts a TabLayout (with a ViewPager). The tab bar is shown, baut the tabs themselves are not shown.

Her

6条回答
  •  失恋的感觉
    2020-12-30 08:52

    like @Nathaniel Ford said,this should a bug, I change to use design library 23.0.1。google fixed it,so change build.gradle to compile 'com.android.support:design:23.0.1'. ps:you also must change your compileSdkVersionto 23

提交回复
热议问题