Can display specific error message on create account form.

This commit is contained in:
Pierre HUBERT
2018-08-20 14:38:57 +02:00
parent c699e13833
commit b8f732d82b
5 changed files with 70 additions and 14 deletions

View File

@ -2,7 +2,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@drawable/activity_login_bg">
<ProgressBar
android:id="@+id/loading_progress"
@ -14,8 +15,7 @@
<ScrollView
android:id="@+id/create_account_form"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/activity_login_bg">
android:layout_height="match_parent" >
<LinearLayout
android:layout_width="match_parent"
@ -44,6 +44,7 @@
android:layout_height="wrap_content">
<EditText
android:inputType="textPersonName"
android:id="@+id/first_name"
style="@style/CreateAccountInput"
android:layout_width="match_parent"
@ -58,6 +59,7 @@
android:layout_height="wrap_content">
<EditText
android:inputType="textPersonName"
android:id="@+id/last_name"
style="@style/CreateAccountInput"
android:layout_width="match_parent"