diff options
Diffstat (limited to 'res/xml/preferences_homescreen.xml')
-rw-r--r-- | res/xml/preferences_homescreen.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/preferences_homescreen.xml b/res/xml/preferences_homescreen.xml index c1996bc..785a564 100644 --- a/res/xml/preferences_homescreen.xml +++ b/res/xml/preferences_homescreen.xml @@ -72,6 +72,12 @@ android:title="@string/preferences_interface_homescreen_scrolling_wallpaper_hack_title" android:summary="@string/preferences_interface_homescreen_scrolling_wallpaper_hack_summary" android:defaultValue="false" /> + <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" + android:defaultValue="2" + launcher:max="5" + launcher:min="2" /> <CheckBoxPreference android:key="ui_homescreen_scrolling_fade_adjacent_screens" android:title="@string/preferences_interface_homescreen_scrolling_fade_adjacent_screens_title" android:summary="@string/preferences_interface_homescreen_scrolling_fade_adjacent_screens_summary" |