diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 83c011bd6..7601dcb72 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -99,6 +99,16 @@ + + + + + + - @@ -133,7 +143,7 @@ - @@ -141,7 +151,7 @@ - diff --git a/res/layout/assistant_account_creation.xml b/res/layout/assistant_account_creation.xml index 8108f9c9d..5056c9b2a 100644 --- a/res/layout/assistant_account_creation.xml +++ b/res/layout/assistant_account_creation.xml @@ -5,30 +5,30 @@ android:orientation="vertical" > + android:layout_height="wrap_content"/> - + android:layout_height="wrap_content" /> + android:paddingTop="10dp" + android:layout_width="match_parent" + android:layout_height="wrap_content"/> - + - + android:layout_alignParentRight="true" /> + android:paddingTop="10dp" + android:layout_width="match_parent" + android:layout_height="wrap_content"/> + android:id="@+id/assistant_password" + android:background="@drawable/resizable_textfield" + android:textColor="@color/colorB" + android:textCursorDrawable="@null" + android:inputType="textEmailAddress" + android:layout_width="match_parent" + android:layout_height="40dp" + android:paddingLeft="10dp" + android:paddingRight="10dp" + android:singleLine="true"/> - - - + + + + + android:paddingTop="10dp" + android:layout_width="match_parent" + android:layout_height="wrap_content"/> + android:id="@+id/assistant_password_confirm" + android:background="@drawable/resizable_textfield" + android:textColor="@color/colorB" + android:textCursorDrawable="@null" + android:inputType="text" + android:layout_width="match_parent" + android:layout_height="40dp" + android:paddingLeft="10dp" + android:paddingRight="10dp" + android:singleLine="true"/> - - - + + + + android:paddingTop="10dp" + android:layout_width="match_parent" + android:layout_height="wrap_content"/> + android:id="@+id/assistant_email" + android:background="@drawable/resizable_textfield" + android:textColor="@color/colorB" + android:textCursorDrawable="@null" + android:inputType="text" + android:layout_width="match_parent" + android:layout_height="40dp" + android:paddingLeft="10dp" + android:paddingRight="10dp" + android:singleLine="true"/> - +