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 | |
parent | 0382716c5e8a5940053015cc021192730d3d831f (diff) |
extra field is multi-line
-rw-r--r-- | app/src/main/res/layout/encrypt_layout.xml | 2 | ||||
-rw-r--r-- | build.gradle | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/build.gradle b/build.gradle index d0519e58..7bd17efe 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.0' + classpath 'com.android.tools.build:gradle:3.2.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong |