diff options
author | Michael Jurka <mikejurka@google.com> | 2012-05-03 10:57:31 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2012-05-09 20:25:28 -0700 |
commit | 21385cd83d7d7938b57a4acbaa236dd4c7804ed4 (patch) | |
tree | 4437d4ba6ded58da748f2231c2d87c5c406b807e /packages/SystemUI/res/layout-port | |
parent | 0fa152912e55f2d08f0a8d1260332a81e5706694 (diff) | |
download | frameworks_base-21385cd83d7d7938b57a4acbaa236dd4c7804ed4.zip frameworks_base-21385cd83d7d7938b57a4acbaa236dd4c7804ed4.tar.gz frameworks_base-21385cd83d7d7938b57a4acbaa236dd4c7804ed4.tar.bz2 |
Making transition out of recents look better
- Fading out recents first, then scaling up app
thumbnail
- Fade Recents out over 130ms
- Delay the window animation for 200ms first,
then animate for 200ms (previously we didn't delay
and then animated for 300ms)
Bug: 6390075
Change-Id: Ia8c753bf7ee03d2acef6eb2772b28d88fe10a682
Diffstat (limited to 'packages/SystemUI/res/layout-port')
-rw-r--r-- | packages/SystemUI/res/layout-port/status_bar_recent_panel.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml b/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml index 216dcb0..fc9fcf4 100644 --- a/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml +++ b/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml @@ -27,6 +27,12 @@ systemui:recentItemLayout="@layout/status_bar_recent_item" > + <ImageView + android:id="@+id/recents_transition_placeholder_icon" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:visibility="invisible" /> + <FrameLayout android:id="@+id/recents_bg_protect" android:background="@drawable/status_bar_recents_background" |