<EditText         android:id="@+id/email"         android:drawableLeft="@drawable/ic_email_black_24dp"         android:layout_width="match_parent"         android:layout_height="wrap_content"         android:inputType="textEmailAddress"         />

Read more of this post