mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Merge pull request #30 from vanniktech/patch-1
Update EditText of Edit Habit to capitalize sentences
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
<EditText
|
||||
android:id="@+id/input_name"
|
||||
android:hint="@string/name"
|
||||
android:inputType="textCapSentences"
|
||||
style="@style/dialogFormInput">
|
||||
|
||||
<requestFocus />
|
||||
|
||||
Reference in New Issue
Block a user