summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2013-07-31 12:23:20 +0800
committerAdnan <adnan@cyngn.com>2014-08-25 18:37:32 -0700
commit6964ddfb30cc2d9bb31cec65469e9cd4c4aefda9 (patch)
treea037129e305dd3f64a014ece438442cdd495f888
parent1044baec3695f1dcbc1070b9e0f958d113d7c055 (diff)
downloadandroid_packages_apps_Calendar-6964ddfb30cc2d9bb31cec65469e9cd4c4aefda9.tar.gz
android_packages_apps_Calendar-6964ddfb30cc2d9bb31cec65469e9cd4c4aefda9.tar.bz2
android_packages_apps_Calendar-6964ddfb30cc2d9bb31cec65469e9cd4c4aefda9.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>