See here what i mean
Hi, I\'m using stock Navigation drawer v4 and i ask how can delete that background shadow when navigation drawer is open.
this is my cod
You can use the setDrawerShadow method to point to a transparent drawable:
navigationDrawer.setDrawerShadow(R.drawable.someDrawable, GravityCompat.START);