android - Shadow below Nav Drawer when it's open -




this question has answer here:

when open nav drawer, screen below becomes darker. need change color (it's dark, need make lighter). , different screens have different shadow colors when nav drawer open, it's bug. cannot find, color taken, change it?

try this

yourdrawerlayout.setscrimcolor(getresources().getcolor(android.r.color.transparent)); 

and change navigation drawer vertical shadow try this

 navigationdrawer.setdrawershadow(r.drawable.somedrawable, gravitycompat.start); 




wiki

Comments

Popular posts from this blog

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

firebase - How to wait value in Ionic 2 -

powershell - Invoke-WebRequest fails for a large file -