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