diff --git a/briar-android/src/main/res/drawable/button_outline.xml b/briar-android/src/main/res/drawable/button_outline.xml
new file mode 100644
index 000000000..0db27b162
--- /dev/null
+++ b/briar-android/src/main/res/drawable/button_outline.xml
@@ -0,0 +1,15 @@
+
+
+ -
+
+
+
+
+
+
\ No newline at end of file
diff --git a/briar-android/src/main/res/layout/fragment_hotspot_error.xml b/briar-android/src/main/res/layout/fragment_hotspot_error.xml
index 2bf918c5b..3285cffc1 100644
--- a/briar-android/src/main/res/layout/fragment_hotspot_error.xml
+++ b/briar-android/src/main/res/layout/fragment_hotspot_error.xml
@@ -56,9 +56,7 @@
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toBottomOf="@+id/coordinatorLayout" />
diff --git a/briar-android/src/main/res/layout/fragment_mailbox_error_wizard_access.xml b/briar-android/src/main/res/layout/fragment_mailbox_error_wizard_access.xml
index e7d3996d6..7ba205246 100644
--- a/briar-android/src/main/res/layout/fragment_mailbox_error_wizard_access.xml
+++ b/briar-android/src/main/res/layout/fragment_mailbox_error_wizard_access.xml
@@ -1,9 +1,9 @@
@@ -75,10 +75,11 @@
@@ -100,10 +101,11 @@
@@ -125,10 +127,11 @@
diff --git a/briar-android/src/main/res/layout/fragment_mailbox_status.xml b/briar-android/src/main/res/layout/fragment_mailbox_status.xml
index 8cd9a0c26..eec40a8ae 100644
--- a/briar-android/src/main/res/layout/fragment_mailbox_status.xml
+++ b/briar-android/src/main/res/layout/fragment_mailbox_status.xml
@@ -32,7 +32,8 @@
android:id="@+id/statusTitleView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_margin="16dp"
+ android:layout_marginHorizontal="16dp"
+ android:layout_marginTop="16dp"
android:gravity="center"
android:textAppearance="@style/TextAppearance.MaterialComponents.Headline6"
app:layout_constrainedWidth="true"
@@ -47,62 +48,65 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginHorizontal="16dp"
- android:layout_marginBottom="16dp"
+ android:layout_marginTop="16dp"
android:gravity="center"
android:textAppearance="@style/TextAppearance.MaterialComponents.Body1"
android:visibility="gone"
app:layout_constrainedWidth="true"
- app:layout_constraintBottom_toTopOf="@+id/checkButton"
+ app:layout_constraintBottom_toTopOf="@+id/statusInfoView"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/statusTitleView"
tools:text="@string/mailbox_status_mailbox_too_old_message"
tools:visibility="visible" />
-
-
+
+