summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-09-16 17:04:40 -0700
committerMichael Jurka <mikejurka@google.com>2011-09-16 17:24:25 -0700
commit6d66708706a99168cd1a7d536b9173ab866a5ed8 (patch)
tree07b6df77b58c993a77617df221e2211173785223 /packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
parentebdcae732f648871dd0df6586a5ba57aae015bd4 (diff)
downloadframeworks_base-6d66708706a99168cd1a7d536b9173ab866a5ed8.zip
frameworks_base-6d66708706a99168cd1a7d536b9173ab866a5ed8.tar.gz
frameworks_base-6d66708706a99168cd1a7d536b9173ab866a5ed8.tar.bz2
Added "No recent apps" message on phones
Change-Id: I00bf163369775b79377090b7a9dae0c94ce5d0ac
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, 6 insertions, 0 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 f84cc19..2fe22ff 100644
--- a/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
+++ b/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
@@ -69,6 +69,12 @@
</FrameLayout>
+ <include layout="@layout/status_bar_no_recent_apps"
+ android:id="@+id/recents_no_apps"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="invisible" />
+
<View android:id="@+id/recents_dismiss_button"
android:layout_width="80px"
android:layout_height="@*android:dimen/status_bar_height"