Merge pull request #1509 from michaelschattgen/fix/secret-multiline

Make secret multiline
This commit is contained in:
Alexander Bakker 2024-10-04 11:02:33 +02:00 committed by GitHub
commit 0573dbb2fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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