Guest User

Untitled

a guest
May 17th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <android.support.design.widget.TextInputLayout
  2. android:layout_width="match_parent"
  3. android:layout_height="wrap_content"
  4. android:layout_below="@id/enter_your_email"
  5. android:id="@+id/email_edit_layout"
  6. android:layout_marginTop="15dp">
  7.  
  8. <EditText
  9. android:layout_width="match_parent"
  10. android:layout_height="wrap_content"
  11. android:textSize="18sp"
  12. android:maxLines="1"
  13. android:id="@+id/email_edit_text"
  14. android:textColor="#ffffff"
  15. android:hint="@string/email" />
  16.  
  17. </android.support.design.widget.TextInputLayout>
Add Comment
Please, Sign In to add comment