From 2a3aa7a1f64b2e4d09d32aab6ac61664df471914 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Thu, 25 Jun 2020 12:23:56 +0200 Subject: [PATCH] Android: Wrap game details dialog in ScrollView This makes the dialog scrollable if the contents don't fit on the screen. This happens for me in landscape but not in portrait. --- .../main/res/layout/dialog_game_details.xml | 385 +++++++++--------- 1 file changed, 195 insertions(+), 190 deletions(-) diff --git a/Source/Android/app/src/main/res/layout/dialog_game_details.xml b/Source/Android/app/src/main/res/layout/dialog_game_details.xml index 58816600bf..006e270ee8 100644 --- a/Source/Android/app/src/main/res/layout/dialog_game_details.xml +++ b/Source/Android/app/src/main/res/layout/dialog_game_details.xml @@ -1,218 +1,223 @@ - - + android:paddingStart="24dp" + android:paddingEnd="24dp" + android:paddingBottom="24dp"> - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + +