Remove bottom navigation view text in android

后端 未结 4 1489
情话喂你
情话喂你 2021-01-17 18:27

I use bottom navigation view for my app and want to remove the text under the icon. I looked for it on the internet but still can\'t find the solution. Did anyone use to dea

4条回答
  •  不要未来只要你来
    2021-01-17 19:06

    All you need to do is add this in your BottomNavigationView and the title and annoying animation is gone app:labelVisibilityMode="unlabeled"

提交回复
热议问题