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

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -