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

Commit a8bd6c1b authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Change launcher icons to MaskableIconDrawable

Test: manual test

b/34853793

Change-Id: I3376c03e84a0a9d94190b930f16596b3e48e9a9d
parent 86c492ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@
    <uses-permission android:name="android.permission.DELETE_PACKAGES"/>

    <application android:label="@string/settings_label"
            android:icon="@mipmap/ic_launcher_settings"
            android:icon="@drawable/ic_launcher_settings"
            android:taskAffinity=""
            android:theme="@style/Theme.Settings"
            android:hardwareAccelerated="true"
+5 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<maskable-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:color="?android:attr/colorAccent"/>
    <foreground android:drawable="@mipmap/ic_launcher_settings"/>
</maskable-icon>
 No newline at end of file
+3.92 KiB (9.72 KiB)
Loading image diff...
+1.84 KiB (5.34 KiB)
Loading image diff...
+3.54 KiB (11.9 KiB)
Loading image diff...
Loading