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
Try with Bidi
It looks like this is only possible starting with jelly bean
Native RTL support in Android 4.2
use this
android:textDirection="rtl"
android:gravity="right"