diff --git a/briar-android/src/main/res/layout-land/fragment_keyagreement_id.xml b/briar-android/src/main/res/layout-land/fragment_keyagreement_id.xml
index 8a348a8cd..2c98d2974 100644
--- a/briar-android/src/main/res/layout-land/fragment_keyagreement_id.xml
+++ b/briar-android/src/main/res/layout-land/fragment_keyagreement_id.xml
@@ -1,63 +1,77 @@
-
-
+ android:layout_weight="1"
+ android:adjustViewBounds="true"
+ android:padding="@dimen/margin_medium"
+ android:scaleType="fitCenter"
+ android:src="@drawable/qr_code_intro"
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toStartOf="@id/explanationText"
+ app:layout_constraintBottom_toBottomOf="@id/explanationText"/>
-
+
-
+
-
+
-
-
-
-
-
+
+ android:text="@string/continue_button"
+ app:layout_constraintTop_toBottomOf="@id/barrier"
+ app:layout_constraintBottom_toBottomOf="parent"/>
-
+
\ No newline at end of file
diff --git a/briar-android/src/main/res/layout/fragment_keyagreement_id.xml b/briar-android/src/main/res/layout/fragment_keyagreement_id.xml
index 61041ef2f..dc5841182 100644
--- a/briar-android/src/main/res/layout/fragment_keyagreement_id.xml
+++ b/briar-android/src/main/res/layout/fragment_keyagreement_id.xml
@@ -2,56 +2,62 @@
+ android:layout_height="wrap_content"
+ android:orientation="vertical">
-
+ android:padding="@dimen/margin_large">
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintBottom_toTopOf="@id/explanationImage"/>
-
+
+
+
+
-
-
-
-
-
-
+ app:layout_constraintTop_toTopOf="@id/explanationImage"
+ app:layout_constraintStart_toStartOf="@id/explanationImage"
+ app:layout_constraintEnd_toEndOf="@id/explanationImage"
+ app:layout_constraintBottom_toBottomOf="@id/explanationText"/>
+ android:text="@string/continue_button"
+ app:layout_constraintTop_toBottomOf="@id/explanationText"
+ app:layout_constraintBottom_toBottomOf="parent"/>
-
+
\ No newline at end of file