From 7753b482b109b10b6299f9f7a5716d2aa3f05e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Sch=C3=A4ttgen?= Date: Wed, 2 Oct 2024 13:33:27 +0200 Subject: [PATCH] Make secret multiline --- app/src/main/res/layout/activity_edit_entry.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_edit_entry.xml b/app/src/main/res/layout/activity_edit_entry.xml index 1ceed3e57e..5191740343 100644 --- a/app/src/main/res/layout/activity_edit_entry.xml +++ b/app/src/main/res/layout/activity_edit_entry.xml @@ -201,7 +201,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="@string/secret" - android:inputType="textPassword"/> + android:inputType="textPassword | textMultiLine"/>