extra field is multi-line
This commit is contained in:
parent
0382716c5e
commit
e72038f6f1
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue