summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/launcher_preferences.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/launcher_preferences.xml b/res/xml/launcher_preferences.xml
index a130e3c07..f4d7831f1 100644
--- a/res/xml/launcher_preferences.xml
+++ b/res/xml/launcher_preferences.xml
@@ -72,9 +72,9 @@
android:title="@string/settings_category_icons">
<ListPreference
- android:defaultValue=""
- android:entries="@array/icon_shape_override_paths_names"
- android:entryValues="@array/icon_shape_override_paths_values"
+ android:defaultValue="@string/icon_shape_default"
+ android:entries="@array/icon_shape_entries"
+ android:entryValues="@array/icon_shape_paths"
android:icon="@drawable/ic_settings_shape"
android:key="pref_override_icon_shape"
android:persistent="false"