mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-19 13:29:13 +00:00
Make secret multiline
This commit is contained in:
parent
08d900c0c0
commit
7753b482b1
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/secret"
|
||||
android:inputType="textPassword"/>
|
||||
android:inputType="textPassword | textMultiLine"/>
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
|
|
Loading…
Add table
Reference in a new issue