summaryrefslogtreecommitdiffstats
path: root/res/xml/development_prefs.xml
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-08-26 17:10:32 -0700
committerJeff Brown <jeffbrown@google.com>2011-08-26 17:10:32 -0700
commitf40770096fe75180fba679ed349a63d195729c0c (patch)
tree63988c222bdeed12523d6e8a2411c77594dcdea5 /res/xml/development_prefs.xml
parentb9b935d7cb2db897798d2d91fb425f6d531bf65b (diff)
downloadpackages_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/xml/development_prefs.xml')
-rw-r--r--res/xml/development_prefs.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index 0f8dfbcdb..b65c2e58b 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -64,6 +64,11 @@
android:summary="@string/pointer_location_summary"/>
<CheckBoxPreference
+ android:key="show_touches"
+ android:title="@string/show_touches"
+ android:summary="@string/show_touches_summary"/>
+
+ <CheckBoxPreference
android:key="show_screen_updates"
android:title="@string/show_screen_updates"
android:summary="@string/show_screen_updates_summary"/>