Typo in the sand icon shape am: 12dacb4600

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12819440

Change-Id: I37f4bf065c10542fc5c020e8a2d2ea0c40e96198
This commit is contained in:
Jay Aliomer
2020-10-12 22:54:56 +00:00
committed by Automerger Merge Worker

View File

@@ -18,7 +18,7 @@
--> -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Specifies the path that is used by AdaptiveIconDrawable class to crop launcher icons. --> <!-- 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. --> <!-- Flag indicating whether round icons should be parsed from the application manifest. -->
<bool name="config_useRoundIcon">false</bool> <bool name="config_useRoundIcon">false</bool>
<!-- Corner radius of system dialogs --> <!-- Corner radius of system dialogs -->