summaryrefslogtreecommitdiffstats
path: root/res/xml/launcher_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/launcher_preferences.xml')
-rw-r--r--res/xml/launcher_preferences.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/xml/launcher_preferences.xml b/res/xml/launcher_preferences.xml
index 17a7925eb..e33f48511 100644
--- a/res/xml/launcher_preferences.xml
+++ b/res/xml/launcher_preferences.xml
@@ -65,13 +65,19 @@
android:persistent="true" />
</PreferenceCategory>
- <PreferenceCategory android:title="@string/settings_category_drawer">
+ <PreferenceCategory
+ android:key="category_drawer"
+ android:title="@string/settings_category_drawer">
<SwitchPreference
android:key="pref_drawer_show_labels"
android:title="@string/drawer_show_labels"
android:defaultValue="true"
android:persistent="true" />
+
+ <Preference
+ android:key="pref_hidden_apps"
+ android:title="@string/hidden_apps_manager_name" />
</PreferenceCategory>
<PreferenceCategory