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.
if you want to add some space between you text and image then use'drawablePadding' property in xml
android:drawablePadding="10dp"
here is complete example how to use in edittext in xml file