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-port | |
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-port')
-rw-r--r-- | packages/SystemUI/res/layout-port/status_bar_recent_panel.xml | 6 |
1 files changed, 5 insertions, 1 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 1d29c5a..a7e5db1 100644 --- a/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml +++ b/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml @@ -26,7 +26,11 @@ android:layout_width="match_parent" systemui:recentItemLayout="@layout/status_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/status_bar_recents_background" |