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

Commit dfe8ab2a authored by Charlie Anderson's avatar Charlie Anderson
Browse files

optimize the default path string for Launcher3

Bug: 372884380
Bug: 426259519
Test: v2/android-crystalball-eng/health/microbench/bootup/idle/system-processes-memory-direct-aosp
Flag: com.android.launcher3.enable_launcher_icon_shapes
Change-Id: Ibf73b96bfb07c17bdf57b78f16d69699e7889e05
parent a1f819a3
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>