Set Image on Left side of EditText in Android

后端 未结 4 1450
没有蜡笔的小新
没有蜡笔的小新 2020-12-09 10:11

I am having one contact form in which I would like to add some icons to my edit text for a better look. I want to create EditText something like below.

4条回答
  •  春和景丽
    2020-12-09 10:28

    You can use android:drawablePadding="10dp" property in the xml file. There's no need to create separate imagview for the icon.

提交回复
热议问题