diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-08-26 17:10:32 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2011-08-26 17:10:32 -0700 |
commit | f40770096fe75180fba679ed349a63d195729c0c (patch) | |
tree | 63988c222bdeed12523d6e8a2411c77594dcdea5 /res/values | |
parent | b9b935d7cb2db897798d2d91fb425f6d531bf65b (diff) | |
download | packages_apps_Settings-f40770096fe75180fba679ed349a63d195729c0c.tar.gz packages_apps_Settings-f40770096fe75180fba679ed349a63d195729c0c.tar.bz2 packages_apps_Settings-f40770096fe75180fba679ed349a63d195729c0c.zip |
Add a "show touches" option for demos and presentations.
Bug: 4569045
Change-Id: Ie074dbdc61c8e30222113edebdb2e4d5a83020e5
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 2b0189851..1214d2fbb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3398,6 +3398,11 @@ found in the list of installed applications.</string> <!-- UI debug setting: show pointer location summary [CHAR LIMIT=50] --> <string name="pointer_location_summary">Screen overlay showing current touch data</string> + <!-- UI debug setting: show touches? [CHAR LIMIT=25] --> + <string name="show_touches">Show touches</string> + <!-- UI debug setting: show touches location summary [CHAR LIMIT=50] --> + <string name="show_touches_summary">Show visual feedback for touches</string> + <!-- UI debug setting: show where screen updates happen? [CHAR LIMIT=25] --> <string name="show_screen_updates">Show screen updates</string> <!-- UI debug setting: show screen updates summary [CHAR LIMIT=50] --> |