How to configure NavigationView to open from Right-to-Left in Android Studio?
问题 I'm trying to make navigation view open from Right-to-Left, but I fail. I've seen many questions, and what they say seems to be incomplete. Here's what I've done based on these questions: Creating a new project in Android Studio Selecting the Navigation Drawer Activity template as the default template for the main activity (naming it MainActivity ) Going to activity_main.xml and setting layout_gravity="right" for NavigationView Then in the MainActivity.java set all GravityCompat.START s to