mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2025-01-07 12:51:30 +01:00
Enable multiline comments
This commit is contained in:
parent
e2ee562841
commit
35a609613b
@ -47,7 +47,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:hint="@string/comment"
|
android:hint="@string/comment"
|
||||||
android:importantForAutofill="no"
|
android:importantForAutofill="no"
|
||||||
android:inputType="text" />
|
android:inputType="text|textCapSentences|textMultiLine" />
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
Loading…
Reference in New Issue
Block a user