mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Use more IME friendly multiple line mode.
This commit is contained in:
@@ -106,8 +106,9 @@
|
||||
android:layout_below="@id/entry_confpassword"
|
||||
android:text="@string/entry_comment" />
|
||||
<EditText android:id="@+id/entry_comment"
|
||||
android:inputType="textMultiLine"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/entry_comment_label"/>
|
||||
</RelativeLayout>
|
||||
</ScrollView>
|
||||
|
||||
Reference in New Issue
Block a user