I created Navigation Drawer activity from Android Studios templates and added this line
<android.support.design.widget.NavigationView
android:layout_marginTop="?attr/actionBarSize"
.../>
to not hide "back" button when navdrawer is active. But got some shadow at top that should be transparent. How to remove this shadow?