changed default capitalization of task summary to the first letter of the sentence from first letter of every word.

pull/14/head
jon@todoroo.com 17 years ago
parent f781da3daf
commit d080833ba4

@ -45,7 +45,7 @@
android:layout_height="wrap_content"
android:hint="@string/name_hint"
android:autoText="true"
android:capitalize="words"/>
android:capitalize="sentences"/>
<TextView android:id="@+id/importance_label"
android:layout_width="wrap_content"

Loading…
Cancel
Save