From 19e7c7ff190e5e96eb3473400eb835e4d9681b39 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 22 Apr 2024 13:02:34 +0200 Subject: [PATCH] make restore backup dialog scrollable fixes #267 --- .../res/layout/dialog_enter_password.xml | 71 ++++++++++--------- 1 file changed, 38 insertions(+), 33 deletions(-) diff --git a/src/conversations/res/layout/dialog_enter_password.xml b/src/conversations/res/layout/dialog_enter_password.xml index 51fc5e235..623168aa4 100644 --- a/src/conversations/res/layout/dialog_enter_password.xml +++ b/src/conversations/res/layout/dialog_enter_password.xml @@ -2,47 +2,52 @@ - + android:layout_height="match_parent"> - + android:orientation="vertical" + android:padding="?dialogPreferredPadding"> + + - + - + - - - + android:layout_marginTop="8dp" + app:endIconMode="password_toggle"> - - + + + + + \ No newline at end of file