Skip to content

Android 13, users can opt into themed app icons. With this feature, app icons in supported Android launchers are tinted to inherit the colouring of the user’s chosen wallpaper and other themes.

ravithoria/Themed-App-Icon-Demo

Repository files navigation

Themed-App-Icon-Demo - Android 13

Add the monochrome android:drawable attribute to the element. For example, in res/mipmap-anydpi-v26/ic_launcher.xml

<adaptive-icon >
    <background android:drawable="..." />
    <foreground android:drawable="..." />
    <monochrome android:drawable="@drawable/myicon" />
</adaptive-icon>

Note: If android:roundIcon and android:icon are both in your manifest, you must either remove the reference to android:roundIcon or supply the monochrome icon in the drawable defined by the android:roundIcon attribute.

About

Android 13, users can opt into themed app icons. With this feature, app icons in supported Android launchers are tinted to inherit the colouring of the user’s chosen wallpaper and other themes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages