summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-land
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/res/layout-land')
-rw-r--r--packages/SystemUI/res/layout-land/status_bar_recent_item.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout-land/status_bar_recent_item.xml b/packages/SystemUI/res/layout-land/status_bar_recent_item.xml
index 0d17b55..4b2468a 100644
--- a/packages/SystemUI/res/layout-land/status_bar_recent_item.xml
+++ b/packages/SystemUI/res/layout-land/status_bar_recent_item.xml
@@ -18,7 +18,6 @@
*/
-->
-<!-- android:background="@drawable/status_bar_closed_default_background" -->
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="match_parent"
@@ -37,7 +36,7 @@
android:layout_alignParentTop="true"
android:layout_marginLeft="@dimen/status_bar_recents_thumbnail_left_margin"
android:scaleType="center"
- android:background="@drawable/recents_thumbnail_overlay">
+ android:background="@drawable/recents_thumbnail_bg">
<ImageView android:id="@+id/app_thumbnail_image"
android:layout_width="match_parent"
android:layout_height="match_parent"