I was wondering if you can control input on an EditText to move from right to left? The EditText would have to support insert/delete etc. from right to left as well. Is th
you can add to your edittext in xml:
in case of left to right :
android:textDirection="firstStrongLtr"
in case of right to left :
android:textDirection="firstStrongRtl"