summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Katzenelson <isaack@android.com>2012-02-23 15:17:12 -0800
committerIsaac Katzenelson <isaack@android.com>2012-02-23 15:17:12 -0800
commitf4d76afb584b7221836e4fb27255f67bda93c1cf (patch)
treeb4c253ab4c665e2394132962bed581552b993bc0
parent14764f1bd8e6c9e932a22b96583b9cf87d2617e0 (diff)
downloadandroid_packages_apps_Calendar-f4d76afb584b7221836e4fb27255f67bda93c1cf.tar.gz
android_packages_apps_Calendar-f4d76afb584b7221836e4fb27255f67bda93c1cf.tar.bz2
android_packages_apps_Calendar-f4d76afb584b7221836e4fb27255f67bda93c1cf.zip
Fix on-press state for add reminder button
Bug 5933822 EventInfo - Delete, Edit, Add Reminder don't have a on-press state. Fixed also fpr edit event Change-Id: I3a0e360e01a8aec5baeaa68fa16ff1fc542b76b9
-rw-r--r--res/layout-sw600dp/edit_event_1.xml2
-rw-r--r--res/layout/edit_event_2.xml2
-rw-r--r--res/layout/event_info.xml2
-rw-r--r--res/layout/event_info_dialog.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/res/layout-sw600dp/edit_event_1.xml b/res/layout-sw600dp/edit_event_1.xml
index 468f29b1..1e0488e7 100644
--- a/res/layout-sw600dp/edit_event_1.xml
+++ b/res/layout-sw600dp/edit_event_1.xml
@@ -387,7 +387,7 @@
android:text="@string/reminders_label"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
- android:background="@null"
+ android:background="?android:attr/selectableItemBackground"
android:layout_gravity="top|left"
android:contentDescription="@string/accessibility_add_reminder"
style="@style/TextAppearance.EditEvent_Button"
diff --git a/res/layout/edit_event_2.xml b/res/layout/edit_event_2.xml
index 574fb20f..8efb835e 100644
--- a/res/layout/edit_event_2.xml
+++ b/res/layout/edit_event_2.xml
@@ -207,7 +207,7 @@
android:textSize="18sp"
android:textColor="#FF777777"
android:minHeight="20dip"
- android:background="@null"
+ android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/accessibility_add_reminder"
style="@style/TextAppearance.EditEvent_LabelSmall" />
</LinearLayout>
diff --git a/res/layout/event_info.xml b/res/layout/event_info.xml
index e1ef8c17..9ed5b423 100644
--- a/res/layout/event_info.xml
+++ b/res/layout/event_info.xml
@@ -276,7 +276,7 @@
android:textSize="18sp"
android:textColor="#FF777777"
android:minHeight="20dip"
- android:background="@null"
+ android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/accessibility_add_reminder"
style="@style/TextAppearance.EditEvent_LabelSmall" />
</LinearLayout>
diff --git a/res/layout/event_info_dialog.xml b/res/layout/event_info_dialog.xml
index 912ca3b5..f05752f8 100644
--- a/res/layout/event_info_dialog.xml
+++ b/res/layout/event_info_dialog.xml
@@ -273,7 +273,7 @@
android:textSize="18sp"
android:textColor="#FF777777"
android:minHeight="38dip"
- android:background="@null"
+ android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/accessibility_add_reminder"
style="@style/TextAppearance.EditEvent_LabelSmall"
android:textAllCaps="false" />