summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2013-07-19 14:30:12 -0700
committerAdam Cohen <adamcohen@google.com>2013-07-19 14:32:09 -0700
commit39a06042556a90c98f55a92bda5811e7d9492d13 (patch)
treec210cc43db1c44645ab5b11b6f1543e4589a504c /res
parent766f5f7a53718f2820d58f0137a7db0690dd4cf0 (diff)
downloadandroid_packages_apps_Trebuchet-39a06042556a90c98f55a92bda5811e7d9492d13.tar.gz
android_packages_apps_Trebuchet-39a06042556a90c98f55a92bda5811e7d9492d13.tar.bz2
android_packages_apps_Trebuchet-39a06042556a90c98f55a92bda5811e7d9492d13.zip
Adding switch to toggle Memory Overlay
-> The overlay causes performance regressions so it's hard to evaluate performance with it on. -> Also, the WeightWatcher is still running regardless, so you can always check it -> Saved as a shared pref Change-Id: Iad5ccbeca2c2b4e0ec86294879f3eb09caa594e9
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b57ae7439..052e13b3b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -41,6 +41,8 @@
<string name="widget_adder">Widgets</string>
+ <string name="toggle_weight_watcher">Show Mem</string>
+
<!-- AppsCustomize pane -->
<!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] -->
<string name="long_press_widget_to_add">Touch &amp; hold to pick up a widget.</string>