summaryrefslogtreecommitdiffstats
path: root/res/xml/preferences_homescreen.xml
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2013-01-06 16:07:39 +0000
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2013-01-06 08:26:47 -0800
commit35d2f65e93498e47d6d7e52979721bc038b2ce8f (patch)
tree902f00015518742a6b62e57fd725bfbb43d18558 /res/xml/preferences_homescreen.xml
parent7add60c57e728267fcf77c730029fdc3eeeb8081 (diff)
downloadandroid_packages_apps_Trebuchet-35d2f65e93498e47d6d7e52979721bc038b2ce8f.tar.gz
android_packages_apps_Trebuchet-35d2f65e93498e47d6d7e52979721bc038b2ce8f.tar.bz2
android_packages_apps_Trebuchet-35d2f65e93498e47d6d7e52979721bc038b2ce8f.zip
Workspace: Default wallpaper hack
Some devices have slow GPUs and to not work well with normal wallpaper rendering. Allow this to be overlayed by devices. Change-Id: Id8ba50b2542d38abbbdc635105860281ad3e09f5
Diffstat (limited to 'res/xml/preferences_homescreen.xml')
-rw-r--r--res/xml/preferences_homescreen.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/preferences_homescreen.xml b/res/xml/preferences_homescreen.xml
index af64dba6e..862ab20c5 100644
--- a/res/xml/preferences_homescreen.xml
+++ b/res/xml/preferences_homescreen.xml
@@ -68,7 +68,7 @@
<CheckBoxPreference android:key="ui_homescreen_scrolling_wallpaper_hack"
android:title="@string/preferences_interface_homescreen_scrolling_wallpaper_hack_title"
android:summary="@string/preferences_interface_homescreen_scrolling_wallpaper_hack_summary"
- android:defaultValue="false" />
+ android:defaultValue="@bool/config_workspaceDefaultWallpaperHack" />
<com.cyanogenmod.trebuchet.preference.NumberPickerPreference android:key="ui_homescreen_scrolling_wallpaper_size"
android:title="@string/preferences_interface_homescreen_scrolling_wallpaper_size_title"
android:summary="@string/preferences_interface_homescreen_scrolling_wallpaper_size_summary"
@@ -102,4 +102,4 @@
android:defaultValue="0"
android:dependency="ui_homescreen_indicator_enable" />
</PreferenceCategory>
-</PreferenceScreen> \ No newline at end of file
+</PreferenceScreen>