Don't display the overlay with the Android Navigation Drawer -


i wondering if it's possible remove automatic overlay made implemented navigation drawer ? (the grey layer on second picture)

enter image description here

you need set setscrimcolor(int color) drawerlayout :

mdrawerlayout.setscrimcolor(color.white); // or mdrawerlayout.setscrimcolor(color.transparent); 

here official documentation android api: drawerlayout - setscrimcolor().

hope solves problem! : )


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -