summaryrefslogtreecommitdiffstats
path: root/quickstep/res/xml
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2018-12-26 14:10:34 -0800
committerHyunyoung Song <hyunyoungs@google.com>2018-12-26 20:59:57 -0800
commit339a311d99c62cdacda7f73da61128aadbc70513 (patch)
tree8c367eef1779051e8d152e30391a106bcbd60a12 /quickstep/res/xml
parent1e0e558cbf7e412d948bbf31a869dd7869338914 (diff)
downloadandroid_packages_apps_Trebuchet-339a311d99c62cdacda7f73da61128aadbc70513.tar.gz
android_packages_apps_Trebuchet-339a311d99c62cdacda7f73da61128aadbc70513.tar.bz2
android_packages_apps_Trebuchet-339a311d99c62cdacda7f73da61128aadbc70513.zip
Cleanup strings for iconoverride
Bug: 120736782 Change-Id: I9745fe999cec3c4e1f442decb482ed916d0b871a
Diffstat (limited to 'quickstep/res/xml')
-rw-r--r--quickstep/res/xml/indexable_launcher_prefs.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/quickstep/res/xml/indexable_launcher_prefs.xml b/quickstep/res/xml/indexable_launcher_prefs.xml
index 30f310021..c7e864fe0 100644
--- a/quickstep/res/xml/indexable_launcher_prefs.xml
+++ b/quickstep/res/xml/indexable_launcher_prefs.xml
@@ -29,13 +29,4 @@
android:defaultValue="@bool/allow_rotation"
android:persistent="true" />
- <ListPreference
- android:key="pref_override_icon_shape"
- android:title="@string/icon_shape_override_label"
- android:summary="@string/icon_shape_override_label_location"
- android:entries="@array/icon_shape_override_paths_names"
- android:entryValues="@array/icon_shape_override_paths_values"
- android:defaultValue=""
- android:persistent="false" />
-
</PreferenceScreen>