Add a "show touches" option for demos and presentations.

Bug: 4569045

Change-Id: Ie074dbdc61c8e30222113edebdb2e4d5a83020e5
This commit is contained in:
Jeff Brown
2011-08-26 17:10:32 -07:00
parent b9b935d7cb
commit f40770096f
3 changed files with 26 additions and 0 deletions

View File

@@ -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] -->

View File

@@ -63,6 +63,11 @@
android:title="@string/pointer_location"
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"