summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2013-07-31 12:23:20 +0800
committerSteve Kondik <steve@cyngn.com>2015-10-18 13:52:39 -0700
commitc051f6de77568ab96d0d21ff8d184d7ce36d14ff (patch)
treebc9a358700a8b4d461f231e4995cf402f0b38999
parentcb188b73b3c359de124b1bb27d0902da90c266e0 (diff)
downloadandroid_packages_apps_Calendar-c051f6de77568ab96d0d21ff8d184d7ce36d14ff.tar.gz
android_packages_apps_Calendar-c051f6de77568ab96d0d21ff8d184d7ce36d14ff.tar.bz2
android_packages_apps_Calendar-c051f6de77568ab96d0d21ff8d184d7ce36d14ff.zip
Calendar: Tap prev btn should goto prev input field
As the ime options attribute is not set for description textView, the default behavior of long press enter button is "OK" but not "Prev". Set the ime options attribute for description textView. CRs-Fixed: 408601 Change-Id: I8acdcc53a00d4474eb27469424878b75efec8539
-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>