diff options
author | حسين <zidhussein@gmail.com> | 2018-10-25 12:03:58 +0100 |
---|---|---|
committer | حسين <zidhussein@gmail.com> | 2018-10-25 12:03:58 +0100 |
commit | e72038f6f167bf5efc3cf292267ae4c2b6313672 (patch) | |
tree | d8955b78a0f4be47ba09121c062dc03b6bfccd9f /app | |
parent | 0382716c5e8a5940053015cc021192730d3d831f (diff) |
extra field is multi-line
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/encrypt_layout.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/encrypt_layout.xml b/app/src/main/res/layout/encrypt_layout.xml index 145508b9..39cfb80e 100644 --- a/app/src/main/res/layout/encrypt_layout.xml +++ b/app/src/main/res/layout/encrypt_layout.xml @@ -84,7 +84,7 @@ android:layout_height="fill_parent" android:hint="@string/crypto_extra_edit_hint" android:enabled="true" - android:inputType="textVisiblePassword" + android:inputType="textMultiLine|textVisiblePassword" android:typeface="monospace" android:visibility="visible" /> </LinearLayout> |