sdm660-common: overlay: Force icon mask for Adaptive Drawables

Change-Id: Ie7dcf0fb5f2d197941935141d187f85c4196dfc3
This commit is contained in:
Gernot Pansy 2017-11-13 15:02:11 +01:00 committed by Max Weffers
parent 2ac08ed231
commit 20e2a7098f
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -617,4 +617,8 @@
<!-- Whether the new Auto Selection Network UI should be shown -->
<bool name="config_enableNewAutoSelectNetworkUI">true</bool>
<!-- Specifies the path that is used by AdaptiveIconDrawable class to crop launcher icons. -->
<string name="config_icon_mask" translatable="false">"M50 0C77.6 0 100 22.4 100 50C100 77.6 77.6 100 50 100C22.4 100 0 77.6 0 50C0 22.4 22.4 0 50 0Z"</string>
</resources>