In my Application I want to show gradient status bar. Also i have used BottomNavigationView. So issue is when i am doing status bar gradient the bottom navigati
BottomNavigationView
You above code is working fine for me
You need to change your root layout
Make CoordinatorLayout as your root layout
CoordinatorLayout
Use
android.support.design.widget.CoordinatorLayout
Instead of
RelativeLayout
SEE the output using RelativeLayout
Output using android.support.design.widget.CoordinatorLayout