diff options
author | Michael Jurka <mikejurka@google.com> | 2012-06-05 17:22:24 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2012-06-11 15:23:20 -0700 |
commit | c016aaaa42f2d7f758bb6d973f035285e3d3dd87 (patch) | |
tree | 8bbd966908fb3dc70c6747e7c5fc73a88e8f1acf /packages/SystemUI/res/layout | |
parent | a7e3a1e0e7d308e7e78a1992038a34485d04ab29 (diff) | |
download | frameworks_base-c016aaaa42f2d7f758bb6d973f035285e3d3dd87.zip frameworks_base-c016aaaa42f2d7f758bb6d973f035285e3d3dd87.tar.gz frameworks_base-c016aaaa42f2d7f758bb6d973f035285e3d3dd87.tar.bz2 |
Tweak recents out animation a bit more
Bug: 6490204
-Fading to black in the recents layer
-Tweaking duration and interpolators
-Removing some unnecessary debug exceptions (Bug: 6642072)
Change-Id: Iba18fade7f874078111fc1d79a81830ee07617d4
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r-- | packages/SystemUI/res/layout/system_bar_recent_panel.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/system_bar_recent_panel.xml b/packages/SystemUI/res/layout/system_bar_recent_panel.xml index d5745c8..127551d 100644 --- a/packages/SystemUI/res/layout/system_bar_recent_panel.xml +++ b/packages/SystemUI/res/layout/system_bar_recent_panel.xml @@ -28,7 +28,11 @@ android:clipChildren="false" systemui:recentItemLayout="@layout/system_bar_recent_item" > - + <View + android:id="@+id/recents_transition_background" + android:layout_height="match_parent" + android:layout_width="match_parent" + android:visibility="invisible" /> <FrameLayout android:id="@+id/recents_bg_protect" android:background="@drawable/recents_bg_protect_tile" @@ -38,7 +42,6 @@ android:layout_marginBottom="@*android:dimen/system_bar_height" android:clipToPadding="false" android:clipChildren="false"> - <ImageView android:id="@+id/recents_transition_placeholder_icon" android:layout_width="wrap_content" |