Update EditText of Edit Habit Description to capitalize sentences
This commit is contained in:
parent
9061182301
commit
9df0c9ae9e
@ -50,6 +50,7 @@
|
||||
<EditText
|
||||
android:id="@+id/input_description"
|
||||
android:hint="@string/description_hint"
|
||||
android:inputType="textCapSentences"
|
||||
style="@style/dialogFormInputMultiline" />
|
||||
|
||||
<LinearLayout
|
||||
@ -124,4 +125,4 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/save" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user