Browse Source

Captilize message text sentences

main
M66B 6 years ago
parent
commit
e3934ba6ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/src/main/res/layout/fragment_compose.xml

+ 1
- 1
app/src/main/res/layout/fragment_compose.xml View File

@ -142,7 +142,7 @@
android:fontFamily="monospace"
android:gravity="top"
android:hint="@string/title_body_hint"
android:inputType="textMultiLine"
android:inputType="textMultiLine|textCapSentences"
android:textAppearance="@style/TextAppearance.AppCompat.Small" />
</ScrollView>


Loading…
Cancel
Save