I need to center the Hint text within an EditText in Android. How do I do this?
EditText
In order for centering of hint text to work with EditText you have to make sure android:ellipsize="start" is defined. I don't know why this makes it work, but it does.
Example pulled from personal code: