Merge branch 'multiline_comments' into 'master'
Enable multiline comments Closes #254 See merge request pixeldroid/PixelDroid!495
This commit is contained in:
commit
d2c9c1fd47
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue