summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences_homescreen.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/res/xml/preferences_homescreen.xml b/res/xml/preferences_homescreen.xml
index 7b56f56af..41ad848a3 100644
--- a/res/xml/preferences_homescreen.xml
+++ b/res/xml/preferences_homescreen.xml
@@ -23,9 +23,13 @@
android:summary="@string/preferences_interface_homescreen_search_summary"
android:defaultValue="@bool/preferences_interface_homescreen_search_default" />
<PreferenceCategory android:title="@string/preferences_interface_homescreen_scrolling_category">
- <CheckBoxPreference android:key="ui_homescreen_scrolling_show_outlines"
- android:title="@string/preferences_interface_homescreen_scrolling_show_outlines_title"
- android:summary="@string/preferences_interface_homescreen_scrolling_show_outlines_summary"
- android:defaultValue="@bool/config_workspaceDefaultShowOutlines" />
+ <CheckBoxPreference android:key="ui_homescreen_scrolling_wallpaper_scroll"
+ android:title="@string/preferences_interface_homescreen_scrolling_wallpaper_scroll_title"
+ android:summary="@string/preferences_interface_homescreen_scrolling_wallpaper_scroll_summary"
+ android:defaultValue="@bool/preferences_interface_homescreen_scrolling_wallpaper_scroll_default" />
+ <CheckBoxPreference android:key="ui_homescreen_scrolling_page_outlines"
+ android:title="@string/preferences_interface_homescreen_scrolling_page_outlines_title"
+ android:summary="@string/preferences_interface_homescreen_scrolling_page_outlines_summary"
+ android:defaultValue="@bool/preferences_interface_homescreen_scrolling_page_outlines_default" />
</PreferenceCategory>
</PreferenceScreen>