I want to change the on-touched background ripple effect color of the navigation bar in android studio. Like when someone presses or taps the navigation bar buttons, ripple effects show. But in my case, it's not visible because my navigation bar color is white and the ripple effects color (on-tap) is also white so I want to change this ripple effect color to black so that it will be visible in the white navigation bar.
The device in which i am testing my app has Android-8 (Oreo, API-Level 27)
My project Details:
- minSdkVersion: 19
- targetSdkVersion: 30