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

Commit bccfbe37 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "optimize the default path string for Launcher3" into main

parents 4f2cf920 dfe8ab2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4866,7 +4866,7 @@
    <bool name="config_allow3rdPartyAppOnInternal">true</bool>

    <!-- Specifies the path that is used by AdaptiveIconDrawable class to crop launcher icons. -->
    <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>
    <string name="config_icon_mask" translatable="false">"M 50 0 L 92 0 A 8 8 0 0 1 100 8 L 100 92 A 8 8 0 0 1 92 100 L 8 100 A 8 8 0 0 1 0 92 L 0 8 A 8 8 0 0 1 8 0 L 50 0 Z"</string>
    <!-- Specifies the path that is used by AdaptiveIconDrawable class to crop launcher banners. -->
    <string name="config_banner_mask" translatable="false">@string/config_icon_mask</string>