diff options
author | Michael Jurka <mikejurka@google.com> | 2013-11-04 14:29:30 +0100 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2013-11-04 16:11:11 +0100 |
commit | 9b0b59e6d154610b19e8aa4356982c3338d3c879 (patch) | |
tree | ff0a99120f0b5c093b9b2680377266617e5bfc49 /packages/SystemUI/res/layout/status_bar_recent_panel.xml | |
parent | 3e7495b26058d1442c4ed4960818399728e6bc31 (diff) | |
download | frameworks_base-9b0b59e6d154610b19e8aa4356982c3338d3c879.zip frameworks_base-9b0b59e6d154610b19e8aa4356982c3338d3c879.tar.gz frameworks_base-9b0b59e6d154610b19e8aa4356982c3338d3c879.tar.bz2 |
More background protection in Recents for status bar
Bug: 11255407
Diffstat (limited to 'packages/SystemUI/res/layout/status_bar_recent_panel.xml')
-rw-r--r-- | packages/SystemUI/res/layout/status_bar_recent_panel.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/status_bar_recent_panel.xml b/packages/SystemUI/res/layout/status_bar_recent_panel.xml index e41475b..2f3968d 100644 --- a/packages/SystemUI/res/layout/status_bar_recent_panel.xml +++ b/packages/SystemUI/res/layout/status_bar_recent_panel.xml @@ -24,6 +24,7 @@ android:id="@+id/recents_root" android:layout_height="match_parent" android:layout_width="match_parent" + android:foreground="@drawable/bg_protect" systemui:recentItemLayout="@layout/status_bar_recent_item" > <FrameLayout |