Reputation: 1275
I used Arabic text so, I want to write text from right to left so how i can write right to left text in android ?
Regards, Girish
Upvotes: 12
Views: 14114
Reputation: 137
use this
android:textDirection="rtl"
android:gravity="right"
Upvotes: -1
Reputation: 7223
Native RTL support in Android 4.2
Upvotes: 1
Reputation: 7022
It looks like this is only possible starting with jelly bean
Upvotes: 0
Reputation: 10067
Try with Bidi
Upvotes: 10