Is there a way to disable the dark fading effect for the background view in the Navigation Drawer View in Android?
You can set a custom shadow:
mDrawerLayout.setDrawerShadow(R.drawable.drawer_shadow, GravityCompat.START);