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)

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
Post a Comment