From eca7632bc82085fbaedb2e08c5bd466b23c31c1f Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Mon, 28 Nov 2011 19:34:11 +1300 Subject: [PATCH] Just textCapSentences on the location field, too. --- res/layout/event_edit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/event_edit.xml b/res/layout/event_edit.xml index 634c6ff..0c17979 100644 --- a/res/layout/event_edit.xml +++ b/res/layout/event_edit.xml @@ -124,7 +124,7 @@ android:layout_height="64sp" android:layout_toRightOf="@+id/EventLocationLabel" android:gravity="top" - android:inputType="textCapWords|textAutoCorrect|textPostalAddress|textMultiLine" + android:inputType="textCapSentences|textAutoCorrect|textPostalAddress|textMultiLine" android:paddingBottom="0px" /> -- 2.11.4.GIT