Reputation: 674
I want to change Navigation Drawer gray color which is mention in image.
Upvotes: 0
Views: 552
Reputation: 5696
This is the shadow. You can use drawerLayout.setScrimColor(Color.TRANSPARENT) to remove the shadow.
drawerLayout.setScrimColor(Color.TRANSPARENT)
Upvotes: 3