From a371154f08246e89c4cb4d5eaefd0b496ecc5632 Mon Sep 17 00:00:00 2001 From: Craig Mautner Date: Wed, 20 Jun 2012 18:27:32 -0700 Subject: [PATCH] Make animations persist after completion. Transition animations were set to fillAfter=false which caused them to revert when they had completed. Normally this would not have mattered as the final state was obscured by the new Activity. In the case of the Phone app the Activities churn so much that the original Activity was exposed. Fixes bug 6691421. Change-Id: I96b8a43d0a2cac9a34a14a309548c41451c65a57 --- core/res/res/anim/activity_open_enter.xml | 4 ++-- core/res/res/anim/activity_open_exit.xml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/core/res/res/anim/activity_open_enter.xml b/core/res/res/anim/activity_open_enter.xml index c92f00021e6d5..d553bdfc98ef6 100644 --- a/core/res/res/anim/activity_open_enter.xml +++ b/core/res/res/anim/activity_open_enter.xml @@ -23,13 +23,13 @@ \ No newline at end of file diff --git a/core/res/res/anim/activity_open_exit.xml b/core/res/res/anim/activity_open_exit.xml index d7bfe82521933..2d105d185baa1 100644 --- a/core/res/res/anim/activity_open_exit.xml +++ b/core/res/res/anim/activity_open_exit.xml @@ -17,9 +17,10 @@ */ --> - + \ No newline at end of file