summaryrefslogtreecommitdiffstats
path: root/res/xml/preferences_drawer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/preferences_drawer.xml')
-rw-r--r--res/xml/preferences_drawer.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/preferences_drawer.xml b/res/xml/preferences_drawer.xml
index c59d6b7fe..b22597516 100644
--- a/res/xml/preferences_drawer.xml
+++ b/res/xml/preferences_drawer.xml
@@ -33,4 +33,10 @@
android:summary="@string/preferences_interface_drawer_hidden_apps_widgets_summary"
android:defaultValue="@bool/preferences_interface_drawer_remove_hidden_apps_widgets_default" />
</PreferenceCategory>
+ <PreferenceCategory android:title="@string/preferences_interface_general_icons_category">
+ <CheckBoxPreference android:key="ui_drawer_hide_icon_labels"
+ android:title="@string/preferences_interface_drawer_hide_icon_labels_title"
+ android:summary="@string/preferences_interface_drawer_hide_icon_labels_summary"
+ android:defaultValue="@bool/preferences_interface_drawer_hide_icon_labels_default" />
+ </PreferenceCategory>
</PreferenceScreen> \ No newline at end of file