From 861dbe20b169cb02f0c84802ac6827860be6406f Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 27 Feb 2019 12:55:21 -0300 Subject: [PATCH] [android] Fix crash screen buttons to the bottom of the screen and resize crash icon to the available screen space --- .../src/main/res/layout/fragment_crash.xml | 68 ++++++++++--------- 1 file changed, 36 insertions(+), 32 deletions(-) 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"> -