BottomNavigationBar-change the tab icon color

前端 未结 4 685
太阳男子
太阳男子 2021-01-07 18:48

I\'ve integrated Bottom Bar Navigation bar on my app. But when I swipe, tab\'s color doesn\'t change. It\'s weird cause I have selector file. Any idea to solve this problem?

4条回答
  •  生来不讨喜
    2021-01-07 19:24

    You need to add this in your BottomNavigationView android:theme="@style/Base.ThemeOverlay.AppCompat.Dark.ActionBar" It will help you to change the color of icon.

提交回复
热议问题