0

这是我的底部栏,我想在没有这个动画的情况下修复它

我的导航代码

<android.support.design.widget.BottomNavigationView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/navigation"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="?android:attr/windowBackground"
    app:menu="@menu/navigation"
    app:tabMode="fixed"


    android:backgroundTint="#F0F0F0"
    app:itemBackground="@color/white"
    app:itemIconTint="@color/colorPrimary"
    app:itemTextColor="@color/colorPrimary"

    />
4

1 回答 1

0

选择时,菜单图标会稍微移动。解决这个问题的最简单方法是使用BottomNavigationViewEx库。

在此处输入图像描述

于 2017-08-14T16:52:03.807 回答