summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout/edit_event_2.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/edit_event_2.xml b/res/layout/edit_event_2.xml
index 6d1436c7..1684fc99 100644
--- a/res/layout/edit_event_2.xml
+++ b/res/layout/edit_event_2.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
+ Copyright (c) 2013, The Linux Foundation. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -139,6 +140,7 @@
android:hint="@string/hint_description"
android:inputType="textAutoCorrect|textCapSentences|textMultiLine"
style="@style/TextAppearance.EditEvent_Value"
+ android:imeOptions="actionDone"
android:capitalize="sentences" />
</LinearLayout>
@@ -261,5 +263,4 @@
android:contentDescription="@string/accessibility_reminder_privacy"
android:prompt="@string/privacy_label" />
</LinearLayout>
-
</LinearLayout>