From e3239b8d24dfba2b34a3ffbe1fab300ae331f62b Mon Sep 17 00:00:00 2001 From: Chet Haase Date: Mon, 8 Aug 2011 16:26:47 -0700 Subject: [PATCH] Fix fill behavior in an old AnimationSet demo. FillEnabled/FillBefore/FillAfter have somewhat non-intuitive behavior. The demo didn't work at all as intended, so I changed the animation resource to reflect the actual behavior desired (delay starting the child animations in the inner AnimationSet and avoid having those animations set the transform before they start) Change-Id: I135842091902ba243851dad0104f86e1b8605053 --- samples/ApiDemos/res/anim/hyperspace_out.xml | 69 +++++++++++--------- 1 file changed, 38 insertions(+), 31 deletions(-) diff --git a/samples/ApiDemos/res/anim/hyperspace_out.xml b/samples/ApiDemos/res/anim/hyperspace_out.xml index 83fef3347..542fa05bf 100644 --- a/samples/ApiDemos/res/anim/hyperspace_out.xml +++ b/samples/ApiDemos/res/anim/hyperspace_out.xml @@ -16,39 +16,46 @@ - + - - - - - - + + + + + +