Merge "Make sample use TextInputEditText" into mnc-ub-dev

This commit is contained in:
Chris Banes
2016-01-14 10:58:41 +00:00
committed by Android (Google) Code Review

View File

@@ -28,7 +28,7 @@
android:layout_height="wrap_content"
app:errorEnabled="true">
<EditText
<android.support.design.widget.TextInputEditText
android:id="@+id/edit_username"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -61,7 +61,7 @@
android:layout_marginTop="8dp"
app:errorEnabled="true">
<EditText
<android.support.design.widget.TextInputEditText
android:id="@+id/edit_email"
android:layout_width="match_parent"
android:layout_height="wrap_content"