summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJoey Rizzoli <joey@lineageos.org>2017-12-02 17:31:32 +0100
committerArne Coucheron <arco68@gmail.com>2018-01-19 00:27:14 +0100
commit523c12ffac7fb3a79458e56f9439a070b8930d6a (patch)
treee56d47c1ff877033aa887a960efee6f974b16b50 /res/xml
parent9b9724a50de20f896efe66f1a422217dad972294 (diff)
downloadandroid_packages_apps_Trebuchet-523c12ffac7fb3a79458e56f9439a070b8930d6a.tar.gz
android_packages_apps_Trebuchet-523c12ffac7fb3a79458e56f9439a070b8930d6a.tar.bz2
android_packages_apps_Trebuchet-523c12ffac7fb3a79458e56f9439a070b8930d6a.zip
Trebuchet: initial icon shape exposure for future extension
Change-Id: I76a571ce2b53214ef197a5164f584cb4dc2d3ecf Signed-off-by: Joey Rizzoli <joey@lineageos.org>
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"