为什么图标出现在EditText
/divider之前?
这里是我的代码:
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/fragment_sign_in"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="5dp"
tools:context="com.*.*.*.SignInFragment">
<!-- This is the EditText -->
<com.rey.material.widget.EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawableStart="@drawable/email"
android:drawableLeft="@drawable/email"
android:padding="0dp"
android:hint="test"
app:et_dividerHeight="1dp" />
</android.support.constraint.ConstraintLayout>
从0使填充到某个值。 – Pankaj