summaryrefslogtreecommitdiffstats
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/preferences.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 -->