Good day.
I want the leaving curtain to be wider than in the standard call. (Not full screen, but the remaining space, I would like to be reduced 2 times) How can this be done?
This is the current markup.
<include layout="@layout/app_bar_main" android:layout_width="match_parent" android:layout_height="match_parent" /> <android.support.design.widget.NavigationView android:id="@+id/nav_view" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="start" app:headerLayout="@layout/menus" style="@style/AppTheme" android:background="@drawable/mfon" /> </android.support.v4.widget.DrawerLayout>