From d2d76ac6b95e86ea6acef39117ead3afb2cd16a9 Mon Sep 17 00:00:00 2001 From: Craig Mautner Date: Mon, 14 Oct 2013 15:52:58 -0700 Subject: [PATCH] Use dialog animations for dialog style. Using activity animations on non-fullscreen activities that sit over a wallpaper activity cause the exiting activity to show up underneath the next activity. If the next activity happens to be a wallpaper activity then this will be janky as the exiting activity will go from on top of the incoming activity to on top of the wallpaper as it animates away. Fixes bug 11200253. Change-Id: I7e81c50cfe7ae106da2d62f5866f43fc046181c5 --- packages/DocumentsUI/res/values-sw720dp/styles.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/DocumentsUI/res/values-sw720dp/styles.xml b/packages/DocumentsUI/res/values-sw720dp/styles.xml index a581e08bad417..19d2ebebaa97b 100644 --- a/packages/DocumentsUI/res/values-sw720dp/styles.xml +++ b/packages/DocumentsUI/res/values-sw720dp/styles.xml @@ -20,5 +20,6 @@ @*android:drawable/dialog_full_holo_light @null true + @*android:style/Animation.Holo.Dialog