The application can store login tokens

This commit is contained in:
Pierre
2017-11-01 14:41:32 +01:00
parent f7b80e8f6d
commit 554d597a0e
6 changed files with 147 additions and 17 deletions

View File

@ -31,6 +31,16 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<!-- Error message -->
<TextView
android:id="@+id/login_error_message"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAlignment="center"
android:textColor="#FF2222"
tools:text="Error message"
android:visibility="gone"/>
<!-- Email field -->
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"