aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/edit_event_1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/edit_event_1.xml')
-rw-r--r--res/layout/edit_event_1.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/edit_event_1.xml b/res/layout/edit_event_1.xml
index be04cff5..7242a384 100644
--- a/res/layout/edit_event_1.xml
+++ b/res/layout/edit_event_1.xml
@@ -68,7 +68,7 @@
</LinearLayout>
<!-- WHAT -->
- <AutoCompleteTextView
+ <EditText
android:id="@+id/title"
style="@style/TextAppearance.EditEvent_Value"
android:singleLine="true"
@@ -78,7 +78,6 @@
android:minHeight="48dip"
android:hint="@string/hint_what"
android:capitalize="sentences"
- android:imeOptions="actionDone"
android:inputType="textAutoCorrect|textCapSentences"
android:focusable="true" />