From 957ac32633f78d27110da47993c752fb5fccff80 Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Wed, 2 Mar 2011 10:44:42 -0500 Subject: Turn off animations in the status bar. They're causing a number of unpleasant effects (see bug list below). The root cause is a limitation of layout transitions (http://b/3503912) that we don't have time to fix right now. Bug: 3427414 Bug: 3489129 Bug: 3501979 Change-Id: Ie817b396f89847b105ef7b7c7007c7a1e64b8469 --- packages/SystemUI/res/layout-xlarge/status_bar.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/SystemUI') diff --git a/packages/SystemUI/res/layout-xlarge/status_bar.xml b/packages/SystemUI/res/layout-xlarge/status_bar.xml index 6c173c9..d9f3f23 100644 --- a/packages/SystemUI/res/layout-xlarge/status_bar.xml +++ b/packages/SystemUI/res/layout-xlarge/status_bar.xml @@ -32,7 +32,6 @@ android:id="@+id/bar_contents" android:layout_width="match_parent" android:layout_height="match_parent" - android:animateLayoutChanges="true" > -- cgit v1.1