Using TabLayout inside a Fragment; tab text invisible

前端 未结 5 1725
迷失自我
迷失自我 2020-12-08 03:00

I\'m currently experimenting with various new components in the new Android Support Design library. I\'ve implemented a NavigationView in my MainActivity.

5条回答
  •  無奈伤痛
    2020-12-08 03:36

    just tried to override the method in adapter:

    public CharSequence getPageTitle(int position) {}

    and it works.

提交回复
热议问题