summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authornebkat <nebkat@gmail.com>2011-12-04 16:24:47 +0000
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-11-19 01:14:02 +0000
commit00991d00cfee9ef47bcaa6f8771f7e9d52bc0662 (patch)
tree94593f8befbeb8de3fba452dbe8ddbd9d26e8a16 /res/xml
parentf6ed954f7ac483c27625177274aba592a30bfb7b (diff)
downloadandroid_packages_apps_Trebuchet-00991d00cfee9ef47bcaa6f8771f7e9d52bc0662.tar.gz
android_packages_apps_Trebuchet-00991d00cfee9ef47bcaa6f8771f7e9d52bc0662.tar.bz2
android_packages_apps_Trebuchet-00991d00cfee9ef47bcaa6f8771f7e9d52bc0662.zip
Preferences: Separate Apps and Widgets
Reverts "Add ability to swipe from apps to widgets in AllAppsCustomize" Change-Id: I0727fbe747f2f93c4680bf91fbcbed75af662b29
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index a81209b80..d1585e2cd 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -71,7 +71,12 @@
<!-- Drawer -->
<PreferenceScreen android:key="ui_drawer"
android:title="@string/preferences_interface_drawer_title">
-
+ <PreferenceCategory android:title="@string/preferences_interface_drawer_widgets_category">
+ <CheckBoxPreference android:key="ui_drawer_widgets_join_apps"
+ android:title="@string/preferences_interface_drawer_widgets_join_apps_title"
+ android:summary="@string/preferences_interface_drawer_widgets_join_apps_summary"
+ android:defaultValue="true" />
+ </PreferenceCategory>
</PreferenceScreen>
<!-- Dock -->