1
0
mirror of https://gitlab.shinice.net/pixeldroid/PixelDroid synced 2025-01-03 18:49:14 +01:00

Enable multiline comments

This commit is contained in:
Matthieu 2022-10-31 00:27:10 +01:00
parent e2ee562841
commit 35a609613b

View File

@ -47,7 +47,7 @@
android:layout_height="wrap_content"
android:hint="@string/comment"
android:importantForAutofill="no"
android:inputType="text" />
android:inputType="text|textCapSentences|textMultiLine" />
</com.google.android.material.textfield.TextInputLayout>
<Button