EditText hint doesn't show

前端 未结 10 1741
生来不讨喜
生来不讨喜 2020-12-05 04:23

My EditText configured as follows won\'t show the hint:



        
10条回答
  •  既然无缘
    2020-12-05 04:50

    No need of android:scrollHorizontally attribute. Remove it.EditText is a fixed item on the screen. we want scroll the layout contains the EditText is enough. that is the best design too. you have put android:ellipsize="end" instead of android:scrollHorizontally.

提交回复
热议问题