I was really happy when BottomNavigationView was released one week ago but I am facing some problems which makes me unable to solve it, like to see a shadow over the BottomN
In the latest Material design library, it is super easy to change ripple color of item click in BottomNavigationView. Just add app:itemRippleColor="@color/your_color" in your BottomNavigationView. Here is the full code
Add the dependency in build.gradle
build.gradle
implementation "com.google.android.material:material:$materialDesignVersion"
activity_main.xml