Kels
Kels

Reputation: 674

Change gray color of Navigation Drawer in android

I want to change Navigation Drawer gray color which is mention in image.

enter image description here

Upvotes: 0

Views: 552

Answers (1)

Quanturium
Quanturium

Reputation: 5696

This is the shadow. You can use drawerLayout.setScrimColor(Color.TRANSPARENT) to remove the shadow.

Upvotes: 3

Related Questions