I need to center the Hint text within an EditText in Android. How do I do this?
EditText
I used this code in every circumstances, and it works perfectly without using android:ellipsize="start" to make a hint in center.