I have an Slide menu as picture one. And i need to align its items title to be right to left like slide two . I tried gravity=right but didn\'t work.
Here is my code
To create right to left menu you just need to add android:layoutDirection="rtl" to the menu tag
android:layoutDirection="rtl"
you can see here the source:
http://developer.android.com/reference/android/util/LayoutDirection.html#LTR
api 17 and above