Right to left menu items Android in NavigationView
问题 im beginer of android. i design a navigation drawer like this: as you see all items in menu are on the right Except "SubHeader". how can i move "SubHeader" item to the right of this menu? i use all properties like gravity, layout gravity, layoutDirection to the SubHeaderItem but it doesn't work. my code is <android.support.design.widget.NavigationView android:layout_width="wrap_content" android:layout_height="match_parent" android:id="@+id/navigation_view" android:layout_gravity="end" android