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

Make secret multiline
pull/1510/head
Alexander Bakker 5 months ago committed by GitHub
commit 0573dbb2fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save