summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hyunyoung Song <hyunyoungs@google.com> 2017-04-19 21:49:52 +0000
committer android-build-merger <android-build-merger@google.com> 2017-04-19 21:49:52 +0000
commit34a50ae5f90208debca130eb8d25b67c956e446b (patch)
tree5bf64d79715a28ea51def186effe8bbf4dd2a0ef
parente5dbc384fdabedf36fc8aca3523b520a73cdc1a2 (diff)
parentf9f8120e56caf757e4a995c6a62273f9210c041d (diff)
Merge "Change mask path to only use cubicTo notation so that isConvex is always true. Bug: 37100106" into oc-dev
am: f9f8120e56 Change-Id: Ib3bba05bfa4cbea2718d782317abfc75d222504c
-rw-r--r--core/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 6a31e161842b..e85f5602b79e 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -2796,7 +2796,7 @@
<string name="config_defaultCellBroadcastReceiverPkg" translatable="false">com.android.cellbroadcastreceiver</string>
<!-- Specifies the path that is used by AdaptiveIconDrawable class to crop launcher icons. -->
- <string name="config_icon_mask" translatable="false">"M50,0L92,0 A8,8,0,0 1 100,8 L100,92 A8,8,0,0 1 92,100 L8,100 A8,8,0,0 1 0,92 L 0,8 A8,8,0,0 1 8,0z"</string>
+ <string name="config_icon_mask" translatable="false">"M50,0L92,0C96.42,0 100,4.58 100 8L100,92C100, 96.42 96.42 100 92 100L8 100C4.58, 100 0 96.42 0 92L0 8 C 0 4.42 4.42 0 8 0L50 0Z"</string>
<!-- The component name, flattened to a string, for the default accessibility service to be
enabled by the accessibility shortcut. This service must be trusted, as it can be activated