左上方空间问题的底部导航视图

时间:2017-05-04 08:45:13

标签: android android-layout bottomnavigationview

我是android的新手,我使用带有两个菜单的底部导航视图

但我得到了正确的空间

这是我的导航视图,

<android.support.design.widget.BottomNavigationView
        android:id="@+id/bottom_navigation"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentBottom="true"

        app:itemBackground="@color/colorRed"
        app:itemIconTint="@color/colorWhite"
        app:itemTextColor="@color/colorWhite"
        app:menu="@menu/bottom_bar_menu"/>

请检查图像 enter image description here

3 个答案:

答案 0 :(得分:7)

根据材料设计指南 您不能使用底部导航使用的两个菜单,而不是使用bottomNavigation视图使用选项卡布局 检查此链接是否有guidlines https://material.io/guidelines/components/bottom-navigation.html#bottom-navigation-usage

但是,如果你想使用底部导航视图

BottomNavigationView

中尝试此操作
android:background="@color/colorRed"

答案 1 :(得分:1)

解决方案

内部BottomAppBar设置属性

android:padding="0dp"

答案 2 :(得分:0)

如果目的地少于三个,请考虑使用标签。 在底部