Make secret multiline

This commit is contained in:
Michael Schättgen 2024-10-02 13:33:27 +02:00
parent 08d900c0c0
commit 7753b482b1

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