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 78cbb21..aab8da5 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -140,6 +140,11 @@ android:title="@string/mock_location_app" /> <SwitchPreference + android:key="development_shortcut" + android:title="@string/development_shortcut_title" + android:summary="@string/development_shortcut_summary" /> + + <SwitchPreference android:key="debug_view_attributes" android:title="@string/debug_view_attributes" /> |