summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-04-12 21:31:25 +0200
committerJoey <joey@lineageos.org>2018-05-21 14:42:22 +0200
commit57b4c04e745eb8ab0d8259ed5a24ea176976191f (patch)
tree991ad4997b97d4a30be16e30dfc56edf655e1ae1 /res/xml
parent8fc47fa6856ccd6ddbef8c096c5df8885baeca8b (diff)
downloadandroid_packages_apps_Trebuchet-57b4c04e745eb8ab0d8259ed5a24ea176976191f.tar.gz
android_packages_apps_Trebuchet-57b4c04e745eb8ab0d8259ed5a24ea176976191f.tar.bz2
android_packages_apps_Trebuchet-57b4c04e745eb8ab0d8259ed5a24ea176976191f.zip
Trebuchet: make forced adaptive icons optional
Change-Id: Ie84af7114118f54b2d267a35ce24dd5e58c0be22 Signed-off-by: Joey <joey@lineageos.org>
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/launcher_preferences.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/xml/launcher_preferences.xml b/res/xml/launcher_preferences.xml
index 45f3b6edc..195b6bf18 100644
--- a/res/xml/launcher_preferences.xml
+++ b/res/xml/launcher_preferences.xml
@@ -97,6 +97,15 @@
android:summary="%s"
android:title="@string/settings_icon_shape" />
+ <SwitchPreference
+ android:defaultValue="false"
+ android:icon="@drawable/ic_settings_force_adaptive"
+ android:key="pref_icon_force_adaptive"
+ android:persistent="true"
+ android:summaryOn="@string/settings_icon_force_adaptive_desc_on"
+ android:summaryOff="@string/settings_icon_force_adaptive_desc_off"
+ android:title="@string/settings_icon_force_adaptive_title" />
+
<com.android.launcher3.views.ButtonPreference
android:key="pref_icon_badging"
android:title="@string/icon_badging_title"