Can you make an EditText input from right to left?
Add this to your editText
android:textDirection="rtl"
It sounds like you just need to set gravity to the right.
Add this to your editText
android:textDirection="rtl"
It sounds like you just need to set gravity to the right.