summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/strings.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/values/strings.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/values/strings.xml')
-rw-r--r--packages/SystemUI/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index bad7e1f..b9e6d78 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -41,6 +41,10 @@
<!-- Title shown in recents popup for inspecting an application's properties -->
<string name="status_bar_recent_inspect_item_title">App info</string>
+ <!-- Message shown in the middle of the screen after clicking on the recent apps button
+ when there are no recent apps to show [CHAR LIMIT=45]-->
+ <string name="status_bar_no_recent_apps">No recent apps</string>
+
<!-- The label in the bar at the top of the status bar when there are no notifications
showing. [CHAR LIMIT=40]-->
<string name="status_bar_no_notifications_title">No notifications</string>