diff --git a/briar-android/src/main/res/layout/fragment_crash.xml b/briar-android/src/main/res/layout/fragment_crash.xml
index 8dd38ac77..a92013190 100644
--- a/briar-android/src/main/res/layout/fragment_crash.xml
+++ b/briar-android/src/main/res/layout/fragment_crash.xml
@@ -7,10 +7,13 @@
android:layout_height="match_parent">
+ android:layout_height="0dp"
+ android:fillViewport="true"
+ app:layout_constraintBottom_toTopOf="@+id/acceptButton"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toTopOf="parent">
-
-
-
-
+
+
+
+
\ No newline at end of file