Search code examples
androidinputandroid-edittext

Can you make an EditText input from right to left?


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 there a way to do this?


Solution

  • It sounds like you just need to set gravity to the right.