From f40770096fe75180fba679ed349a63d195729c0c Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Fri, 26 Aug 2011 17:10:32 -0700 Subject: [PATCH] Add a "show touches" option for demos and presentations. Bug: 4569045 Change-Id: Ie074dbdc61c8e30222113edebdb2e4d5a83020e5 --- res/values/strings.xml | 5 +++++ res/xml/development_prefs.xml | 5 +++++ .../android/settings/DevelopmentSettings.java | 16 ++++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/res/values/strings.xml b/res/values/strings.xml index 2b01898518c..1214d2fbbd9 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3398,6 +3398,11 @@ found in the list of installed applications. Screen overlay showing current touch data + + Show touches + + Show visual feedback for touches + Show screen updates diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index 0f8dfbcdb79..b65c2e58b0b 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -63,6 +63,11 @@ android:title="@string/pointer_location" android:summary="@string/pointer_location_summary"/> + +