make a RTL navigation Drawer in android
I want to make my navigation open from right to left . But as soon as I change any of these steps my program face to error force closed after click on navigation after running the app. My main_activity.xml <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="wrap_content" android:layout_height="match_parent" android:layout_gravity="start" android:fitsSystemWindows="true" app:headerLayout="@layout/nav_header_main" app:menu="@menu/activity