summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorNebojsa Cvetkovic <nebkat@gmail.com>2013-11-26 13:30:30 +0000
committerDanesh M <daneshm90@gmail.com>2014-01-24 16:24:23 -0800
commit6fafbed8dffad4a85fd1f74d9376f1c9d1829138 (patch)
treeca98beee8627bcceefb0a046feb31df686450f43 /res/xml
parentd14c5a17b22825ead2f56797efb5e52096375f9e (diff)
downloadandroid_packages_apps_Trebuchet-6fafbed8dffad4a85fd1f74d9376f1c9d1829138.tar.gz
android_packages_apps_Trebuchet-6fafbed8dffad4a85fd1f74d9376f1c9d1829138.tar.bz2
android_packages_apps_Trebuchet-6fafbed8dffad4a85fd1f74d9376f1c9d1829138.zip
Workspace: Show page outlines
Change-Id: I5c62982e052423f16d2983888a30519e388568c4
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences_homescreen.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/preferences_homescreen.xml b/res/xml/preferences_homescreen.xml
index 8b2652b9a..7b56f56af 100644
--- a/res/xml/preferences_homescreen.xml
+++ b/res/xml/preferences_homescreen.xml
@@ -22,4 +22,10 @@
android:title="@string/preferences_interface_homescreen_search_title"
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" />
+ </PreferenceCategory>
</PreferenceScreen>