summaryrefslogtreecommitdiffstats
path: root/res/layout/event_info_dialog.xml
diff options
context:
space:
mode:
authorIsaac Katzenelson <isaack@android.com>2012-03-14 14:55:50 -0700
committerIsaac Katzenelson <isaack@android.com>2012-03-15 14:21:28 -0700
commit263b0291b701dc2b5df7ebab53f8e6808e7be9a8 (patch)
tree0d0140fee25bb301d34a503c667a0b1b5ff1237a /res/layout/event_info_dialog.xml
parent195d2107e88fa9d81e35327d48520231d33e8c0c (diff)
downloadandroid_packages_apps_Calendar-263b0291b701dc2b5df7ebab53f8e6808e7be9a8.tar.gz
android_packages_apps_Calendar-263b0291b701dc2b5df7ebab53f8e6808e7be9a8.tar.bz2
android_packages_apps_Calendar-263b0291b701dc2b5df7ebab53f8e6808e7be9a8.zip
Fix event details fade-in
Bug: 5933575 Event details appears without fade-in Fade-in is now done after all queries are completed. Also removed a duplicate id in the XML Change-Id: I3aa0a253113fd2ccea96789350f60af3e528d1e3
Diffstat (limited to 'res/layout/event_info_dialog.xml')
-rw-r--r--res/layout/event_info_dialog.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/event_info_dialog.xml b/res/layout/event_info_dialog.xml
index 9aa58899..eded62b7 100644
--- a/res/layout/event_info_dialog.xml
+++ b/res/layout/event_info_dialog.xml
@@ -265,7 +265,6 @@
android:layout_height="wrap_content"
android:focusable="true">
<TextView
- android:id="@+id/response_label"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"