Make secret multiline

pull/1509/head
Michael Schättgen 5 months ago
parent 08d900c0c0
commit 7753b482b1

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