diff options
author | Romain Guy <romainguy@google.com> | 2011-09-29 16:39:31 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2011-09-29 16:39:31 -0700 |
commit | 0c9c14b7864fddc7d5822d5db866ef0cc7a6d08a (patch) | |
tree | b6d20c1b6929a3bcea29a413afce1a6af7e0b710 /res/xml | |
parent | 8fc853b19a369f56f20c4dfa109e618af7796eff (diff) | |
download | packages_apps_settings-0c9c14b7864fddc7d5822d5db866ef0cc7a6d08a.zip packages_apps_settings-0c9c14b7864fddc7d5822d5db866ef0cc7a6d08a.tar.gz packages_apps_settings-0c9c14b7864fddc7d5822d5db866ef0cc7a6d08a.tar.bz2 |
Add developer setting to force hardware acceleration
Change-Id: I1bb3da7db4602ce7cbdfb46799c5114ce63ffed2
Diffstat (limited to 'res/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 76e50aa..68e24c4 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -85,6 +85,11 @@ android:title="@string/show_cpu_usage" android:summary="@string/show_cpu_usage_summary"/> + <CheckBoxPreference + android:key="force_hw_ui" + android:title="@string/force_hw_ui" + android:summary="@string/force_hw_ui_summary"/> + <ListPreference android:key="window_animation_scale" android:title="@string/window_animation_scale_title" |