diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 3d056428c..ae8952a55 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -119,9 +119,6 @@ android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|fontScale" android:launchMode="singleTask"/> - - - - - - - + + + + + \ No newline at end of file diff --git a/res/layout/captcha_activity.xml b/res/layout/captcha_activity.xml deleted file mode 100644 index f6661eb64..000000000 --- a/res/layout/captcha_activity.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/res/layout/country_code_text.xml b/res/layout/country_code_text.xml index f006d0849..5590ff7b1 100644 --- a/res/layout/country_code_text.xml +++ b/res/layout/country_code_text.xml @@ -15,7 +15,9 @@ android:layout_height="wrap_content" android:layout_marginBottom="3dp" android:src="@drawable/ic_add_white_original_24dp" - android:tint="@color/core_grey_60"/> + android:tint="@color/core_grey_60" + android:contentDescription="+" + tools:ignore="HardcodedText" /> diff --git a/res/layout/country_list_item.xml b/res/layout/country_list_item.xml index 3aff0de3f..c209a6886 100644 --- a/res/layout/country_list_item.xml +++ b/res/layout/country_list_item.xml @@ -1,28 +1,29 @@ + - + - - - + - diff --git a/res/layout/country_selection.xml b/res/layout/country_selection.xml deleted file mode 100644 index 212333686..000000000 --- a/res/layout/country_selection.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - \ No newline at end of file diff --git a/res/layout/enter_backup_passphrase_dialog.xml b/res/layout/enter_backup_passphrase_dialog.xml index ffb016bd2..6297ed861 100644 --- a/res/layout/enter_backup_passphrase_dialog.xml +++ b/res/layout/enter_backup_passphrase_dialog.xml @@ -1,20 +1,24 @@ + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:padding="16dp"> + android:layout_width="match_parent" + android:layout_height="wrap_content"> + android:id="@+id/restore_passphrase_input" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:fontFamily="monospace" + android:hint="@string/enter_backup_passphrase_dialog__backup_passphrase" + android:imeOptions="actionDone" + android:inputType="number" + android:maxLength="30" + android:textSize="16sp" /> + \ No newline at end of file diff --git a/res/layout/fragment_registration_blank.xml b/res/layout/fragment_registration_blank.xml new file mode 100644 index 000000000..af7599fad --- /dev/null +++ b/res/layout/fragment_registration_blank.xml @@ -0,0 +1,22 @@ + + + + + + \ No newline at end of file diff --git a/res/layout/fragment_registration_captcha.xml b/res/layout/fragment_registration_captcha.xml new file mode 100644 index 000000000..b6d54b91a --- /dev/null +++ b/res/layout/fragment_registration_captcha.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/fragment_registration_country_picker.xml b/res/layout/fragment_registration_country_picker.xml new file mode 100644 index 000000000..e17bae87f --- /dev/null +++ b/res/layout/fragment_registration_country_picker.xml @@ -0,0 +1,27 @@ + + + + + + + + + diff --git a/res/layout/fragment_registration_enter_code.xml b/res/layout/fragment_registration_enter_code.xml new file mode 100644 index 000000000..3e86fbc52 --- /dev/null +++ b/res/layout/fragment_registration_enter_code.xml @@ -0,0 +1,100 @@ + + + + + + + +