SetError position to left of Edittext in Android

I want to set view setError on the left side of android EditText. I am developing an application in Arabic. I've tried layout direction. But still setError shows up on the right side of the EditText.

The usual set of settings:

error drawable always right

I found this answer

Change allowable gravitational force EditText setError

But I still don't know how to do it right

+3


source to share





All Articles