在BottomNavigationView中更改所选图标的背景

时间:2019-10-24 15:03:44

标签: android bottomnavigationview

我已经将BottomNavigationView集成到了我的应用程序中。当我选择一个图标时,我只想像该图像一样更改图标的背景

activity.xml

<com.google.android.material.bottomnavigation.BottomNavigationView
    android:id="@+id/bottomnavigation"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_alignParentBottom="true"
    android:layout_marginLeft="20dp"
    android:layout_marginRight="20dp"
    app:itemIconTint="@color/whiteColor"
    app:itemTextColor="@color/whiteColor"
    app:labelVisibilityMode="labeled"
    app:menu="@menu/menu_bottom_navigation" />

在示例图片下方

enter image description here

0 个答案:

没有答案