diff options
Diffstat (limited to 'res/xml/development_prefs.xml')
-rw-r--r-- | res/xml/development_prefs.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index 0f8dfbc..b65c2e5 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"/> |