I’d like to set an EditText to be LTR at all times, how do I do that?
android:textDirection does seem to be the answer, i cant get the project to compile with that directive
I’d like to set an EditText to be LTR at all times, how do
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Adding \u202D (LTR OVERRIDE) to the beginning of the string does the trick