Fullscreen navigation drawer
I have a navigation drawer like this . What I want to do is open my drawer to fullscreen not half screen. How do I make this drawer to open as full screen? This is xml of drawerlayout <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true"> <include android:id="@+id/toolbar_layout" layout="@layout/app_toolbar" android:layout_width=