mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Capitalize sentences on dialogFormInputMultiline (#535)
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
<item name="android:layout_width">match_parent</item>
|
<item name="android:layout_width">match_parent</item>
|
||||||
<item name="android:layout_height">wrap_content</item>
|
<item name="android:layout_height">wrap_content</item>
|
||||||
<item name="android:ems">10</item>
|
<item name="android:ems">10</item>
|
||||||
<item name="android:inputType">textMultiLine</item>
|
<item name="android:inputType">textCapSentences|textMultiLine</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="dialogFormInputColor">
|
<style name="dialogFormInputColor">
|
||||||
|
|||||||
Reference in New Issue
Block a user