Is there a way to disable the dark fading effect for the background view in the Navigation Drawer View in Android?
You can use setScrimColor(int color) method. As default color is used 0x99000000. So if you don't want faded background, set transparent color in this method.
mDrawerLayout.setScrimColor(getResources().getColor(android.R.color.transparent));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With