summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-06-05 17:22:24 -0700
committerMichael Jurka <mikejurka@google.com>2012-06-11 15:23:20 -0700
commitc016aaaa42f2d7f758bb6d973f035285e3d3dd87 (patch)
tree8bbd966908fb3dc70c6747e7c5fc73a88e8f1acf /packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
parenta7e3a1e0e7d308e7e78a1992038a34485d04ab29 (diff)
downloadframeworks_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-land/status_bar_recent_panel.xml')
-rw-r--r--packages/SystemUI/res/layout-land/status_bar_recent_panel.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml b/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
index 8a21117..00e3e27 100644
--- a/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
+++ b/packages/SystemUI/res/layout-land/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"