diff options
| author | 2017-04-12 09:02:10 +0000 | |
|---|---|---|
| committer | 2017-04-12 09:02:14 +0000 | |
| commit | 264f2e40e2379d8a44c2a083fa3c09bcd09911a7 (patch) | |
| tree | b4edb529cfbec338717598761a74e0dcfdf79f97 | |
| parent | 39608b85564d37d170fde5590ddf4c76c878d104 (diff) | |
| parent | 72db7055b850be10f8e3b70e1490ebbe1a2dba3a (diff) | |
Merge "Change AOSP launcher icon mask Test: manual b/36854903" into oc-dev
| -rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 3dd7ad415baf..860c6313eee0 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2798,7 +2798,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,0L100,0 100,100 0,100 0,0z"</string> + <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> <!-- 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 |