From a494a5d5fd79587524e7273d2189a0f9f1d2a3d0 Mon Sep 17 00:00:00 2001 From: Hafiz Date: Mon, 10 Jul 2023 14:13:38 -0400 Subject: [PATCH] Revert activity_death layout changes and add a scrollview This allows all text to remain visible and the view itself to move (For smaller screens) --- Habitica/res/layout/activity_death.xml | 167 ++++++++++++------------- 1 file changed, 79 insertions(+), 88 deletions(-) diff --git a/Habitica/res/layout/activity_death.xml b/Habitica/res/layout/activity_death.xml index d73e70d6f..c7d3fcfc7 100644 --- a/Habitica/res/layout/activity_death.xml +++ b/Habitica/res/layout/activity_death.xml @@ -9,111 +9,102 @@ android:layout_width="match_parent" android:layout_height="match_parent" /> - + android:fillViewport="true"> - - - - - - - - - - - - + android:gravity="center_horizontal" + android:orientation="vertical" + android:paddingHorizontal="23dp"> + + + + + + + + + + + + + - +