summaryrefslogtreecommitdiffstats
path: root/res/layout/event_info_dialog.xml
diff options
context:
space:
mode:
authorJames Kung <kingkung@google.com>2013-02-14 14:37:42 -0800
committerJames Kung <kingkung@google.com>2013-02-14 14:46:01 -0800
commitb8904fb62c79d6e2bbd0f2b2539c67796abc081b (patch)
tree8ac112916c8c81d82be4d025c34d7223ac8fbe81 /res/layout/event_info_dialog.xml
parente134cd5c96507107048a50b55fe2fee85fe8e2e7 (diff)
downloadandroid_packages_apps_Calendar-b8904fb62c79d6e2bbd0f2b2539c67796abc081b.tar.gz
android_packages_apps_Calendar-b8904fb62c79d6e2bbd0f2b2539c67796abc081b.tar.bz2
android_packages_apps_Calendar-b8904fb62c79d6e2bbd0f2b2539c67796abc081b.zip
Allow color change after orientation change.
Correctly show/hide color picker icon across Calendar. Bug: 8192431 Bug: 8194336 Bug: 8194593 Change-Id: I5ee247506dce835c1ee8debb1e6ebe91c1ba78af
Diffstat (limited to 'res/layout/event_info_dialog.xml')
-rw-r--r--res/layout/event_info_dialog.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/event_info_dialog.xml b/res/layout/event_info_dialog.xml
index d7e3ee11..5bce6a43 100644
--- a/res/layout/event_info_dialog.xml
+++ b/res/layout/event_info_dialog.xml
@@ -96,6 +96,7 @@
<ImageButton
android:id="@+id/change_color"
style="@style/EditEventColorImageButton"
+ android:enabled="false"
android:visibility="gone" />
<ImageButton
android:id="@+id/edit"