From 47f48a6a8c9fedc8d269e272df265b34ee601387 Mon Sep 17 00:00:00 2001 From: Nicholas Tinsley Date: Tue, 27 Jun 2023 17:36:22 -0400 Subject: [PATCH] Put backup enable dialog into ScrollView for smaller screens. Addresses #13033. --- .../res/layout/backup_enable_dialog_v29.xml | 240 +++++++++--------- 1 file changed, 123 insertions(+), 117 deletions(-) diff --git a/app/src/main/res/layout/backup_enable_dialog_v29.xml b/app/src/main/res/layout/backup_enable_dialog_v29.xml index 5fb8e63792..3fb073f9ad 100644 --- a/app/src/main/res/layout/backup_enable_dialog_v29.xml +++ b/app/src/main/res/layout/backup_enable_dialog_v29.xml @@ -1,130 +1,136 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + tools:viewBindingIgnore="true"> - - + android:orientation="vertical" + android:paddingStart="23dp" + android:paddingTop="12dp" + android:paddingEnd="23dp"> + + + + + + + + - + android:layout_gravity="center_horizontal" + android:layout_marginTop="16dp" + android:clickable="true" + android:focusable="true"> - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file