summaryrefslogtreecommitdiffstats
path: root/res/layout/edit_event_2.xml
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2011-01-25 12:44:38 -0800
committerMichael Chan <mchan@android.com>2011-01-25 12:44:38 -0800
commit00631357f71334d71dfaff2a0ab5ce24fb9b7716 (patch)
tree52d92a55cf7e75c79a8ad189a0404de210f28e3c /res/layout/edit_event_2.xml
parentf6b69069db4d1f3ea91031f58fca7bd640f6c86d (diff)
downloadandroid_packages_apps_Calendar-00631357f71334d71dfaff2a0ab5ce24fb9b7716.tar.gz
android_packages_apps_Calendar-00631357f71334d71dfaff2a0ab5ce24fb9b7716.tar.bz2
android_packages_apps_Calendar-00631357f71334d71dfaff2a0ab5ce24fb9b7716.zip
b/3379195 Disable animation until the bug is fixed in the framework
If not, some guests will not appear Change-Id: Iaf5ab89b48d4c062f8c4bf007cd3998dc69d2ada
Diffstat (limited to 'res/layout/edit_event_2.xml')
-rw-r--r--res/layout/edit_event_2.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/edit_event_2.xml b/res/layout/edit_event_2.xml
index eaa73718..0aeb08c3 100644
--- a/res/layout/edit_event_2.xml
+++ b/res/layout/edit_event_2.xml
@@ -118,7 +118,7 @@
<com.android.calendar.event.AttendeesView
android:id="@+id/attendee_list"
android:orientation="vertical"
- android:animateLayoutChanges="true">
+ android:animateLayoutChanges="false">
</com.android.calendar.event.AttendeesView>
</TableRow>
</TableLayout> \ No newline at end of file