summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-05-15 12:15:57 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-05-16 16:26:39 +0000
commite7539e9be6e446fb97b12af0b3899d8b64197f3c (patch)
tree2c24eaacde77158504b8b78dcd43be528959eb92 /res/values/config.xml
parent0270039b98ec2cb4e641c88dabea0ca157d55596 (diff)
downloadandroid_packages_apps_Trebuchet-e7539e9be6e446fb97b12af0b3899d8b64197f3c.tar.gz
android_packages_apps_Trebuchet-e7539e9be6e446fb97b12af0b3899d8b64197f3c.tar.bz2
android_packages_apps_Trebuchet-e7539e9be6e446fb97b12af0b3899d8b64197f3c.zip
Updating the icon shape override options
> Removing rounded rect and cylinder > Adding tear drop shape > Updating the label for default setting Bug: 38216026 Change-Id: Ie31baef1171a78e2d95c617ef8fa8c669dd7c817
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 19966f61c..e949d4b3b 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -18,20 +18,18 @@
<string-array name="icon_shape_override_paths_values">
<item></item>
<item translatable="false">M50,0L100,0 100,100 0,100 0,0z</item>
- <item translatable="false">M50,0L80,0 A20,20,0,0 1 100,20 L100,80 A20,20,0,0 1 80,100 L20,100 A20,20,0,0 1 0,80 L 0,20 A20,20,0,0 1 20,0z</item>
<item translatable="false">M50,0 C10,0 0,10 0,50 0,90 10,100 50,100 90,100 100,90 100,50 100,10 90,0 50,0 Z</item>
<item translatable="false">M50 0A50 50,0,1,1,50 100A50 50,0,1,1,50 0</item>
- <item translatable="false">M50,0A50,30 0,0,1 100,30V70A50,30 0,0,1 0,70V30A50,30 0,0,1 50,0z</item>
+ <item translatable="false">M50,0A50,50,0,0 1 100,50 L100,85 A15,15,0,0 1 85,100 L50,100 A50,50,0,0 1 50,0z</item>
</string-array>
<string-array name="icon_shape_override_paths_names">
<!-- Option to not change the icon shape on home screen. [CHAR LIMIT=50] -->
- <item>@string/icon_shape_no_override</item>
+ <item>@string/icon_shape_system_default</item>
<item translatable="false">Square</item>
- <item translatable="false">Rounded corner rect</item>
<item translatable="false">Squircle</item>
<item translatable="false">Circle</item>
- <item translatable="false">Cylinder</item>
+ <item translatable="false">Teardrop</item>
</string-array>
<!-- DragController -->
<item type="id" name="drag_event_parity" />