How to create EditText hint as Text with image in android

前端 未结 2 426
天涯浪人
天涯浪人 2021-01-04 19:53

How to create EditText hint/placeholder with Text & image in android. I write like this



        
2条回答
  •  伪装坚强ぢ
    2021-01-04 20:14

    I did this by placing my EditText inside a FrameLayout, and then also including a TextView inside the FrameLayout. The TextView serves as the hint text. I have a drawableStart attribute on the TextView. When the user starts typing the TextView is hidden using code similar to that in the accepted answer from Dion.

提交回复
热议问题