diff --git a/res/layout-sw400dp/activity_display_name_v2.xml b/res/layout-sw400dp/activity_display_name_v2.xml
new file mode 100644
index 0000000000..467cc8d98a
--- /dev/null
+++ b/res/layout-sw400dp/activity_display_name_v2.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout-sw400dp/activity_register.xml b/res/layout-sw400dp/activity_register.xml
new file mode 100644
index 0000000000..af260c2265
--- /dev/null
+++ b/res/layout-sw400dp/activity_register.xml
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout-sw400dp/activity_restore.xml b/res/layout-sw400dp/activity_restore.xml
new file mode 100644
index 0000000000..3433c90157
--- /dev/null
+++ b/res/layout-sw400dp/activity_restore.xml
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout-sw400dp/fragment_enter_chat_url.xml b/res/layout-sw400dp/fragment_enter_chat_url.xml
new file mode 100644
index 0000000000..7f914aa915
--- /dev/null
+++ b/res/layout-sw400dp/fragment_enter_chat_url.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout-sw400dp/fragment_enter_public_key.xml b/res/layout-sw400dp/fragment_enter_public_key.xml
new file mode 100644
index 0000000000..a2e53ce92d
--- /dev/null
+++ b/res/layout-sw400dp/fragment_enter_public_key.xml
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout-sw400dp/fragment_enter_session_id.xml b/res/layout-sw400dp/fragment_enter_session_id.xml
new file mode 100644
index 0000000000..773561fd98
--- /dev/null
+++ b/res/layout-sw400dp/fragment_enter_session_id.xml
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/activity_display_name_v2.xml b/res/layout/activity_display_name_v2.xml
index 467cc8d98a..3d068b6dbd 100644
--- a/res/layout/activity_display_name_v2.xml
+++ b/res/layout/activity_display_name_v2.xml
@@ -16,7 +16,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/very_large_spacing"
android:layout_marginRight="@dimen/very_large_spacing"
- android:textSize="@dimen/very_large_font_size"
+ android:textSize="@dimen/large_font_size"
android:textStyle="bold"
android:textColor="@color/text"
android:text="Pick your display name" />
@@ -25,19 +25,19 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/very_large_spacing"
- android:layout_marginTop="@dimen/medium_spacing"
+ android:layout_marginTop="6dp"
android:layout_marginRight="@dimen/very_large_spacing"
- android:textSize="@dimen/medium_font_size"
+ android:textSize="@dimen/small_font_size"
android:textColor="@color/text"
android:text="This is how others will be able to recognize you." />
@@ -53,7 +53,7 @@
android:layout_height="@dimen/medium_button_height"
android:layout_marginLeft="@dimen/massive_spacing"
android:layout_marginRight="@dimen/massive_spacing"
- android:layout_marginBottom="@dimen/medium_spacing"
+ android:layout_marginBottom="@dimen/small_spacing"
android:text="Continue" />
\ No newline at end of file
diff --git a/res/layout/activity_register.xml b/res/layout/activity_register.xml
index af260c2265..3a61f6aa98 100644
--- a/res/layout/activity_register.xml
+++ b/res/layout/activity_register.xml
@@ -16,7 +16,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/very_large_spacing"
android:layout_marginRight="@dimen/very_large_spacing"
- android:textSize="@dimen/very_large_font_size"
+ android:textSize="@dimen/large_font_size"
android:textStyle="bold"
android:textColor="@color/text"
android:text="Say hello to your Session ID" />
@@ -25,9 +25,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/very_large_spacing"
- android:layout_marginTop="@dimen/medium_spacing"
+ android:layout_marginTop="6dp"
android:layout_marginRight="@dimen/very_large_spacing"
- android:textSize="@dimen/medium_font_size"
+ android:textSize="@dimen/small_font_size"
android:textColor="@color/text"
android:text="Your Session ID is the unique address that people can use to contact you on Session. With no connection to your real identity, your Session ID is totally anonymous and private by design." />
@@ -36,8 +36,9 @@
android:id="@+id/publicKeyTextView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:textSize="18dp"
android:layout_marginLeft="@dimen/very_large_spacing"
- android:layout_marginTop="20dp"
+ android:layout_marginTop="12dp"
android:layout_marginRight="@dimen/very_large_spacing"
android:text="05987d601943c267879be41830888066c6a024cbdc9a548d06813924bf3372ea78" />
@@ -61,7 +62,7 @@
android:layout_width="match_parent"
android:layout_height="@dimen/medium_button_height"
android:layout_marginLeft="@dimen/massive_spacing"
- android:layout_marginTop="@dimen/medium_spacing"
+ android:layout_marginTop="@dimen/small_spacing"
android:layout_marginRight="@dimen/massive_spacing"
android:text="Copy" />
diff --git a/res/layout/activity_restore.xml b/res/layout/activity_restore.xml
index 3433c90157..f71f50e0b5 100644
--- a/res/layout/activity_restore.xml
+++ b/res/layout/activity_restore.xml
@@ -15,9 +15,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/very_large_spacing"
- android:layout_marginTop="@dimen/medium_spacing"
android:layout_marginRight="@dimen/very_large_spacing"
- android:textSize="@dimen/very_large_font_size"
+ android:textSize="@dimen/large_font_size"
android:textStyle="bold"
android:textColor="@color/text"
android:text="Restore your account" />
@@ -26,19 +25,19 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/very_large_spacing"
- android:layout_marginTop="@dimen/medium_spacing"
+ android:layout_marginTop="6dp"
android:layout_marginRight="@dimen/very_large_spacing"
- android:textSize="@dimen/medium_font_size"
+ android:textSize="@dimen/small_font_size"
android:textColor="@color/text"
android:text="Enter the recovery phrase that was given to you when you signed up to restore your account." />
@@ -53,7 +52,7 @@
android:layout_width="match_parent"
android:layout_height="@dimen/medium_button_height"
android:layout_marginLeft="@dimen/massive_spacing"
- android:layout_marginTop="@dimen/medium_spacing"
+ android:layout_marginTop="@dimen/small_spacing"
android:layout_marginRight="@dimen/massive_spacing"
android:text="Continue" />
diff --git a/res/layout/fragment_enter_chat_url.xml b/res/layout/fragment_enter_chat_url.xml
index 7f914aa915..c08bec5d5f 100644
--- a/res/layout/fragment_enter_chat_url.xml
+++ b/res/layout/fragment_enter_chat_url.xml
@@ -9,7 +9,7 @@
android:orientation="vertical">
@@ -26,19 +26,19 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/large_spacing"
- android:layout_marginTop="@dimen/medium_spacing"
+ android:layout_marginTop="6dp"
android:layout_marginRight="@dimen/large_spacing"
- android:textSize="@dimen/medium_font_size"
+ android:textSize="@dimen/small_font_size"
android:textColor="@color/text"
android:text="Enter your Session ID to start the linking process." />
@@ -52,7 +52,7 @@
android:id="@+id/requestDeviceLinkButton"
android:layout_width="196dp"
android:layout_height="@dimen/medium_button_height"
- android:layout_marginBottom="@dimen/medium_spacing"
+ android:layout_marginBottom="@dimen/small_spacing"
android:text="Next" />
\ No newline at end of file
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 3e32d8793c..873832abc3 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -117,6 +117,18 @@
- 1
+
+