我需要隐藏底部导航栏中的项目标题

时间:2018-02-07 09:26:27

标签: android android-support-design

我创建了底部导航栏,我需要隐藏标题和显示图标但是当我用空字符串写标题时,图标和底部之间有很大的空间它只是用空字符串替换字符串而我做了很多搜索但是我没有&# 39;找到解决方案所以任何帮助

| ID | Team_ID   | Player   |
| 1  | 100       | Player_1 |
| 2  | 300       | Player_2 |

navigation.xml

  1. WM_CLOSE

  2. WM_QUIT

  3. WM_DESTROY

  4. TerminateProcess().

2 个答案:

答案 0 :(得分:5)

从支持库28.0.0-alpha1开始,您可以使用:

app:labelVisibilityMode="unlabeled"

隐藏标题和

app:itemHorizontalTranslationEnabled="false"

添加:

xmlns:app="http://schemas.android.com/apk/res-auto"

在xml中禁用对BottomNavigationView的切换模式

答案 1 :(得分:0)

BottomNavigationView有很多限制。

例如,您可以使用空String ""设置标题,但我建议您使用库轻松增强底部导航栏。

你可以尝试这个:https://github.com/ittianyu/BottomNavigationViewEx