How to disable BottomNavigationView shift mode?

后端 未结 21 2249
Happy的楠姐
Happy的楠姐 2020-11-22 15:55

BottomNavigationView doesn\'t show menu\'s title that are inactive.

How to show titles of all menu elements in bottomNavigationBar? The problem is that in my case s

21条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 16:50

    To your BottomNavigationView add app:labelVisibilityMode="unlabeled"

    
    
    
    

    which results in the following

提交回复
热议问题