how to put icons inside of an edittext android

Solutions on MaxInterview for how to put icons inside of an edittext android by the best coders in the world

registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
showing results for - "how to put icons inside of an edittext android"
Hanna
26 Mar 2017
1 <EditText
2        android:id="@+id/email"
3        android:drawableLeft="@drawable/ic_email_black_24dp"
4        android:layout_width="match_parent"
5        android:layout_height="wrap_content"
6        android:inputType="textEmailAddress"
7        />