mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-19 21:39:18 +00:00
Merge pull request #1509 from michaelschattgen/fix/secret-multiline
Make secret multiline
This commit is contained in:
commit
0573dbb2fc
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:hint="@string/secret"
|
android:hint="@string/secret"
|
||||||
android:inputType="textPassword"/>
|
android:inputType="textPassword | textMultiLine"/>
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
|
Loading…
Add table
Reference in a new issue