From 38919c352db7f3451f6a188401723b4b03cb9790 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Mon, 6 Feb 2017 14:15:27 -0600 Subject: [PATCH] Enable auto correct in task titles --- src/main/res/layout/control_set_title.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/res/layout/control_set_title.xml b/src/main/res/layout/control_set_title.xml index 06238d827..15ed8a7ae 100644 --- a/src/main/res/layout/control_set_title.xml +++ b/src/main/res/layout/control_set_title.xml @@ -46,7 +46,7 @@ android:freezesText="true" android:hint="@string/TEA_title_hint" android:imeOptions="flagNoExtractUi" - android:inputType="textCapSentences" + android:inputType="textCapSentences|textAutoCorrect" android:nextFocusLeft="@id/title" android:nextFocusUp="@id/title" android:scrollbars="vertical"