diff options
author | Romain Guy <romainguy@google.com> | 2013-05-03 17:38:38 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2013-05-03 17:38:38 -0700 |
commit | eb90fc56b285f9e9fabc1e104ad155ff213a6c48 (patch) | |
tree | eedebf708dc327dcfe8a35d42a10addd505349dc /res/xml/development_prefs.xml | |
parent | 738ea06045812938a93c9e02858e44f12f9924a0 (diff) | |
download | packages_apps_Settings-eb90fc56b285f9e9fabc1e104ad155ff213a6c48.tar.gz packages_apps_Settings-eb90fc56b285f9e9fabc1e104ad155ff213a6c48.tar.bz2 packages_apps_Settings-eb90fc56b285f9e9fabc1e104ad155ff213a6c48.zip |
Add new GPU overdraw setting
Change-Id: I45404b37df382e51eea42de92535f49f870c98b2
Diffstat (limited to 'res/xml/development_prefs.xml')
-rw-r--r-- | res/xml/development_prefs.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index 3d1383a97..82657795c 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -166,10 +166,12 @@ android:title="@string/show_hw_layers_updates" android:summary="@string/show_hw_layers_updates_summary"/> - <CheckBoxPreference - android:key="show_hw_overdraw" - android:title="@string/show_hw_overdraw" - android:summary="@string/show_hw_overdraw_summary"/> + <ListPreference + android:key="debug_hw_overdraw" + android:title="@string/debug_hw_overdraw" + android:persistent="false" + android:entries="@array/debug_hw_overdraw_entries" + android:entryValues="@array/debug_hw_overdraw_values" /> <ListPreference android:key="show_non_rect_clip" |