Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
1  
What is actually what you're trying to achieve? You might want to insert an arabic char that will add this behaviour to a text field. It has to be the first char, but I have no idea which char it might be. – Loïc Faure-Lacroix Feb 22 '11 at 20:49
I have a (American)currency field with a mask, I would like entry to move from right to left. – ninjasense Feb 22 '11 at 21:01
@Loïc Faure-Lacroix yes when i write in arabic then we can see text from right to left – girishce26 Oct 24 '11 at 11:52

1 Answer

up vote -1 down vote accepted

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

share|improve this answer
@Rich.......if we set Gravity to right side that just we can set text to right side. – girishce26 Oct 24 '11 at 10:20

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.