BottomNavigationView with more than 3 Items: tab title is hiding

后端 未结 10 887
-上瘾入骨i
-上瘾入骨i 2020-12-07 16:01

I\'m using BottomNavigationView with using Android Support Desing Library 25. But when I switch the tabs, the other tab\'s title is hiding. But there is no hiding issue actu

10条回答
  •  眼角桃花
    2020-12-07 16:45

    quick fixed just add app:labelVisibilityMode="labeled" in xml

    
    

    Note

      implementation 'com.android.support:appcompat-v7:28.0.0'
    implementation 'com.android.support:design:28.0.0'
    implementation 'com.android.support:support-v4:28.0.0'
    

提交回复
热议问题