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?
You need to add this in your BottomNavigationViewandroid:theme="@style/Base.ThemeOverlay.AppCompat.Dark.ActionBar"
It will help you to change the color of icon.