summaryrefslogtreecommitdiff
path: root/packages/overlays
diff options
context:
space:
mode:
authorJay Aliomer <aaliomer@google.com>2020-09-29 13:50:42 -0400
committerJay Aliomer <aaliomer@google.com>2020-10-12 20:53:40 +0000
commit12dacb460037e290c606eae214116c8d6ccac4d4 (patch)
tree7a6402ca17890b2b3ea58e90c88dec07f4d78cca /packages/overlays
parent8c662c346ceae0e0b05499aacc6ba5432e130dfd (diff)
Typo in the sand icon shape
a typo in the sand style shape results in the style not applying Fixes: 169674631 Test: manual Change-Id: Ib2c8509d9128879b5233795039bb5560a771b422 (cherry picked from commit 4ecf0d3793f0e0e2d49b0a1f5655d6614647e5e2)
Diffstat (limited to 'packages/overlays')
-rw-r--r--packages/overlays/IconShapePebbleOverlay/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/overlays/IconShapePebbleOverlay/res/values/config.xml b/packages/overlays/IconShapePebbleOverlay/res/values/config.xml
index 2465fe015538..e7eeb30501b5 100644
--- a/packages/overlays/IconShapePebbleOverlay/res/values/config.xml
+++ b/packages/overlays/IconShapePebbleOverlay/res/values/config.xml
@@ -18,7 +18,7 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Specifies the path that is used by AdaptiveIconDrawable class to crop launcher icons. -->
- <string name="config_icon_mask" translatable="false">"MM55,0 C25,0 0,25 0,50 0,78 28,100 55,100 85,100 100,85 100,58 100,30 86,0 55,0 Z"</string>
+ <string name="config_icon_mask" translatable="false">"M55,0 C25,0 0,25 0,50 0,78 28,100 55,100 85,100 100,85 100,58 100,30 86,0 55,0 Z"</string>
<!-- Flag indicating whether round icons should be parsed from the application manifest. -->
<bool name="config_useRoundIcon">false</bool>
<!-- Corner radius of system dialogs -->