I have the following NavigationView
<android.support.design.widget.NavigationView
android:id="@+id/nav_view"
android:layout_width="330dp"
android:layout_height="match_parent"
android:layout_gravity="start"
app:itemTextColor="@color/HintHomeMonto"
android:fitsSystemWindows="true"
app:headerLayout="@layout/nav_header_main"
app:menu="@menu/activity_main_drawer"
android:background="@color/white"
/>
When it opens as it is not full screen, the background activity is as shady, I would like it not to be shaded, I do not know what it is called or how to look for it, if someone illuminates me thank you very much.
I mean that when you open the background is opaque that is not occupied by the navigationview
this I would like that this opaque is not thanks