mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix edit notes field limited to 4 lines
This commit is contained in:
@@ -165,8 +165,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="start"
|
||||
android:lines="4"
|
||||
android:maxLines="10"
|
||||
android:maxLines="20"
|
||||
android:importantForAccessibility="no"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="textMultiLine"
|
||||
|
||||
Reference in New Issue
Block a user