How do I center the hint text within an EditText in Android?

后端 未结 14 1610
走了就别回头了
走了就别回头了 2020-12-05 12:54

I need to center the Hint text within an EditText in Android. How do I do this?

14条回答
  •  甜味超标
    2020-12-05 13:21

    I used this code in every circumstances, and it works perfectly without using android:ellipsize="start" to make a hint in center.

      
    

提交回复
热议问题