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 \"SubHeade
Try adding these attributes to NavigationView in your layout file.
android:layoutDirection="rtl" android:textDirection="rtl"
If no other way. You should use custom layout
example: