Update EditText of Edit Habit Description to capitalize sentences

pull/33/head
Niklas Baudy 10 years ago
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…
Cancel
Save