Is there a way to disable the dark fading effect for the background view in the Navigation Drawer View in Android?
Addition to koso's answer: you can directly call the colors from Color class like this:
mDrawerLayout.setScrimColor(Color.TRANSPARENT);