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.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 9ce22c3af..6ab031719 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -85,7 +85,8 @@
android:summary="@string/preferences_interface_homescreen_scrolling_scroll_wallpaper_summary"
android:defaultValue="true" />
</PreferenceCategory>
- <PreferenceCategory android:title="@string/preferences_interface_homescreen_indicator_category">
+ <PreferenceCategory android:key="ui_homescreen_indicator"
+ android:title="@string/preferences_interface_homescreen_indicator_category">
<CheckBoxPreference android:key="ui_homescreen_indicator_enable"
android:title="@string/preferences_interface_homescreen_indicator_enable_title"
android:summary="@string/preferences_interface_homescreen_indicator_enable_summary"
@@ -122,7 +123,8 @@
android:title="@string/preferences_interface_drawer_scrolling_fade_adjacent_screens_title"
android:summary="@string/preferences_interface_drawer_scrolling_fade_adjacent_screens_summary" />
</PreferenceCategory>
- <PreferenceCategory android:title="@string/preferences_interface_drawer_indicator_category">
+ <PreferenceCategory android:key="ui_drawer_indicator"
+ android:title="@string/preferences_interface_drawer_indicator_category">
<CheckBoxPreference android:key="ui_drawer_indicator_enable"
android:title="@string/preferences_interface_drawer_indicator_enable_title"
android:summary="@string/preferences_interface_drawer_indicator_enable_summary"