diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/preferences_homescreen.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/preferences_homescreen.xml b/res/xml/preferences_homescreen.xml index af64dba..862ab20 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> |