Capitalize sentences on dialogFormInputMultiline (#535)
This commit is contained in:
parent
350f002ed3
commit
e94e0c057e
@ -24,7 +24,7 @@
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:ems">10</item>
|
||||
<item name="android:inputType">textMultiLine</item>
|
||||
<item name="android:inputType">textCapSentences|textMultiLine</item>
|
||||
</style>
|
||||
|
||||
<style name="dialogFormInputColor">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user