I set the picture to my EditText using android:drawableLeft But I had a problem in the size of this picture, how can I change it in xml?
xml
<EditText
android:id="@+id/RegisterActivity_EditText_Email"
android:layout_width="288dp"
android:layout_height="wrap_content"
android:layout_marginTop="27dp"
android:background="@drawable/field_edit_text_style"
android:fontFamily="sans-serif-light"
android:drawableLeft="@drawable/mail_img_foreground"
android:inputType="textEmailAddress"
android:gravity="center"