How can i make the navigation drawer open from the right to the left?
Main.xml
it does change , only two things to do ,
After addig a new activity to your android app from android studio->file->new->activity ->Navigation Draw....
you have to change android:layout_gravity="right" in main layout's android.support.design.widget.NavigationView and drawer.closeDrawer(GravityCompat.END); in your OnNavigationItemSelected() function in main activity .