EditText hint doesn't show

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

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



        
10条回答
  •  遥遥无期
    2020-12-05 04:38

    Try changing the hint text color, sometimes the hint color is the same as the background color

    android:textColorHint="@color/colorBlack"
    

提交回复
热议问题