aospa: overlay: Enable rounded icons by default.

Change-Id: Ic246fba1ccfdc9f71569bf86f1d9121f7c301e42
This commit is contained in:
Alexander Koskovich 2021-06-23 08:28:11 -04:00 committed by Vishalcj17
parent 502fc386ba
commit 5b99234d2c
No known key found for this signature in database
GPG Key ID: 5CB1A9F3F6539FB2
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2021 Paranoid Android
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Enable round icons by default. -->
<bool name="config_useRoundIcon">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>