Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f44944a1 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal Committed by Nishith Khanna
Browse files

vendor: overlay: Changes default icon mask and roudned radius

 * Also build replacing overlay for circle
parent 0bc235e3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ endif

# Customizations
PRODUCT_PACKAGES += \
    IconShapeCircleOverlay \
    IconShapePebbleOverlay \
    IconShapeRoundedRectOverlay \
    IconShapeSquareOverlay \
+3 −3
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@
    <string name="config_persistentDataPackageName" translatable="false">com.google.android.gms</string>

    <!-- Set icon mask to circle -->
   <string name="config_icon_mask" translatable="false">"M50 0A50 50,0,1,1,50 100A50 50,0,1,1,50 0"</string>
    <string name="config_icon_mask">M 78.9068 100.0425 H 21.0206 c -11.6647 0 -21.1077 -9.4484 -21.1077 -21.12 V 21.12 C 0.03 9.4484 9.473 0 21.1377 0 h 57.7688 c 11.6647 0 21.1077 9.4484 21.1077 21.12 v 57.8023 C 100.0146 90.5941 90.5719 100.0425 78.9068 100.0425 z</string>

    <!-- Whether action menu items should be displayed in ALLCAPS or not.
         Defaults to true. If this is not appropriate for specific locales
@@ -90,7 +90,7 @@
    <bool name="config_buttonTextAllCaps">false</bool>

    <!-- Flag indicating whether round icons should be parsed from the application manifest. -->
    <bool name="config_useRoundIcon">true</bool>
    <bool name="config_useRoundIcon">false</bool>

    <!-- Whether or not we should show the option to show battery percentage -->
    <bool name="config_battery_percentage_setting_available">false</bool>