summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-03-18 17:27:55 -0700
committernicolasroard <nicolasroard@google.com>2013-03-18 20:22:20 -0700
commite51b0beee7514a975a2353a42299ad24d61bab44 (patch)
treef6cacbfb55e9196f6aafafaa508fe41eadc7c7ee /res
parentc52b8c971bdf37fda3e12b138c2aa3d90cc41ecc (diff)
downloadandroid_packages_apps_Snap-e51b0beee7514a975a2353a42299ad24d61bab44.tar.gz
android_packages_apps_Snap-e51b0beee7514a975a2353a42299ad24d61bab44.tar.bz2
android_packages_apps_Snap-e51b0beee7514a975a2353a42299ad24d61bab44.zip
Fix disappearing panels and animations on ICS
bug:8405402 Change-Id: I9c0da8fbf20c424cc64ae5cc1be42414cb2f0964
Diffstat (limited to 'res')
-rw-r--r--res/layout/filtershow_activity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index 69e4c08a9..6c96225f5 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -26,7 +26,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
- android:animateLayoutChanges="true">
+ android:animateLayoutChanges="false">
<LinearLayout
android:id="@+id/mainPanel"