commit | b1b0266dc7dd1e91bc40900085c9bb85356612db | [log] [tgz] |
---|---|---|
author | Michael Jurka <mikejurka@google.com> | Wed Nov 06 05:01:22 2013 -0800 |
committer | Android Git Automerger <android-git-automerger@android.com> | Wed Nov 06 05:01:22 2013 -0800 |
tree | 72355e02c468b02984d243776abc51c9a5a6f4cf | |
parent | 46cfab7587920d7175308952ab575954a81b3aff [diff] | |
parent | 8ef6da5c9e40ae73a4f73be72df28d51fffcfaad [diff] |
am 8ef6da5c: am b922178d: Merge "More background protection in Recents for status bar" into klp-dev * commit '8ef6da5c9e40ae73a4f73be72df28d51fffcfaad': More background protection in Recents for status bar
diff --git a/packages/SystemUI/res/drawable-hdpi/bg_protect.9.png b/packages/SystemUI/res/drawable-hdpi/bg_protect.9.png new file mode 100644 index 0000000..5bbfa4f --- /dev/null +++ b/packages/SystemUI/res/drawable-hdpi/bg_protect.9.png Binary files differ
diff --git a/packages/SystemUI/res/drawable-land-hdpi/bg_protect.9.png b/packages/SystemUI/res/drawable-land-hdpi/bg_protect.9.png new file mode 100644 index 0000000..1a58144 --- /dev/null +++ b/packages/SystemUI/res/drawable-land-hdpi/bg_protect.9.png Binary files differ
diff --git a/packages/SystemUI/res/drawable-land-mdpi/bg_protect.9.png b/packages/SystemUI/res/drawable-land-mdpi/bg_protect.9.png new file mode 100644 index 0000000..a12519e --- /dev/null +++ b/packages/SystemUI/res/drawable-land-mdpi/bg_protect.9.png Binary files differ
diff --git a/packages/SystemUI/res/drawable-land-xhdpi/bg_protect.9.png b/packages/SystemUI/res/drawable-land-xhdpi/bg_protect.9.png new file mode 100644 index 0000000..ce41454 --- /dev/null +++ b/packages/SystemUI/res/drawable-land-xhdpi/bg_protect.9.png Binary files differ
diff --git a/packages/SystemUI/res/drawable-land-xxhdpi/bg_protect.9.png b/packages/SystemUI/res/drawable-land-xxhdpi/bg_protect.9.png new file mode 100644 index 0000000..b0b4561 --- /dev/null +++ b/packages/SystemUI/res/drawable-land-xxhdpi/bg_protect.9.png Binary files differ
diff --git a/packages/SystemUI/res/drawable-mdpi/bg_protect.9.png b/packages/SystemUI/res/drawable-mdpi/bg_protect.9.png new file mode 100644 index 0000000..2856e09 --- /dev/null +++ b/packages/SystemUI/res/drawable-mdpi/bg_protect.9.png Binary files differ
diff --git a/packages/SystemUI/res/drawable-xhdpi/bg_protect.9.png b/packages/SystemUI/res/drawable-xhdpi/bg_protect.9.png new file mode 100644 index 0000000..72269f2 --- /dev/null +++ b/packages/SystemUI/res/drawable-xhdpi/bg_protect.9.png Binary files differ
diff --git a/packages/SystemUI/res/drawable-xxhdpi/bg_protect.9.png b/packages/SystemUI/res/drawable-xxhdpi/bg_protect.9.png new file mode 100644 index 0000000..efc9b04 --- /dev/null +++ b/packages/SystemUI/res/drawable-xxhdpi/bg_protect.9.png Binary files differ
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 b2ba25a..0c0be29 100644 --- a/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml +++ b/packages/SystemUI/res/layout-land/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
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