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

am: 39eac83a81

* commit '39eac83a81af1b0f1c0f6b0c79378f9392ed7efc':
  Make sample use TextInputEditText
This commit is contained in:
Chris Banes
2016-01-14 11:02:08 +00:00
committed by android-build-merger

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"