summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorNebojsa Cvetkovic <nebkat@gmail.com>2013-12-17 21:16:36 +0000
committerDanesh M <daneshm90@gmail.com>2014-01-24 16:25:19 -0800
commit5094b6c61ef0a3dc87a6ca8a03cdab932a53bbe5 (patch)
tree1b5760f3145ddc1509f9204b11ddae3b535e2fc4 /res/xml
parent7fc14e45774e3094ef3afdf391a13ad54df62a3e (diff)
downloadandroid_packages_apps_Trebuchet-5094b6c61ef0a3dc87a6ca8a03cdab932a53bbe5.tar.gz
android_packages_apps_Trebuchet-5094b6c61ef0a3dc87a6ca8a03cdab932a53bbe5.tar.bz2
android_packages_apps_Trebuchet-5094b6c61ef0a3dc87a6ca8a03cdab932a53bbe5.zip
Workspace: Scroll wallpaper
Change-Id: I6946df98ada04a3d1fb1da705154888d5cd6973d
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>