mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Update EditText of Edit Habit to capitalize sentences
Basically when entering a word the first letter will be capitalized. Something minor that bugs me always a bit.
This commit is contained in:
@@ -35,6 +35,7 @@
|
|||||||
<EditText
|
<EditText
|
||||||
android:id="@+id/input_name"
|
android:id="@+id/input_name"
|
||||||
android:hint="@string/name"
|
android:hint="@string/name"
|
||||||
|
android:inputType="textCapSentences"
|
||||||
style="@style/dialogFormInput">
|
style="@style/dialogFormInput">
|
||||||
|
|
||||||
<requestFocus />
|
<requestFocus />
|
||||||
@@ -124,4 +125,4 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/save" />
|
android:text="@string/save" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user