summaryrefslogtreecommitdiffstats
path: root/res/xml/preferences_homescreen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/preferences_homescreen.xml')
-rw-r--r--res/xml/preferences_homescreen.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/xml/preferences_homescreen.xml b/res/xml/preferences_homescreen.xml
index 0574da1cd..b89ebe646 100644
--- a/res/xml/preferences_homescreen.xml
+++ b/res/xml/preferences_homescreen.xml
@@ -18,7 +18,9 @@
xmlns:launcher="http://schemas.android.com/apk/res/com.cyanogenmod.trebuchet"
android:key="ui_homescreen"
android:title="@string/preferences_interface_homescreen_title">
- <PreferenceCategory android:title="@string/preferences_interface_homescreen_general_category">
+ <PreferenceCategory
+ android:key="ui_homescreen_general"
+ android:title="@string/preferences_interface_homescreen_general_category">
<com.cyanogenmod.trebuchet.preference.DoubleNumberPickerPreference android:key="ui_homescreen_grid"
android:title="@string/preferences_interface_homescreen_general_grid_title"
android:summary="@string/preferences_interface_homescreen_general_grid_summary"