android BottomNavigationView中的中心对齐图标

时间:2016-10-21 09:56:46

标签: android android-support-library bottomnavigationview

我正在尝试从Android支持库com.android.support:appcompat-v7:25.0.0

新发布的BottomNavigationView

我的假设是,如果我没有设置菜单标题但是没有发生,菜单图标将是center_vertial对齐的。以下是示例截图。

enter image description here

如果有可能的话没有滚动和自定义视图,有人可以指出我正确的方向吗?我的目标是跟随输出。

enter image description here

4 个答案:

答案 0 :(得分:3)

已经很晚了,但是您可以将app:labelVisibilityMode="unlabeled"添加到BottomNavigationView标记中

答案 1 :(得分:1)

图像下方的空间是标题的空间(空文本视图)。我相信他们目前不支持没有文字的图像。 (MenuItem必须有标题,否则会在xml中抛出错误。

答案 2 :(得分:0)

您可以使用android:paddingTop="15dp"并使用android:background="@color/colorPrimary"代替app:itemBackground="@color/colorPrimary"

或者您可以使用https://github.com/ittianyu/BottomNavigationViewEx

之类的库

答案 3 :(得分:0)

您可以使用app:labelVisibilityMode="unlabeled"隐藏标签,以使图标居中对齐