Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add monochrome icon #82

Open
xmha97 opened this issue Apr 9, 2023 · 3 comments
Open

Add monochrome icon #82

xmha97 opened this issue Apr 9, 2023 · 3 comments

Comments

@xmha97
Copy link

xmha97 commented Apr 9, 2023

Please support the Android 13 "Themed App Icons" feature.

Screenshot_2023-04-09-03-49-22-751_de mm20 launcher2 release

@iBhokary-dev
Copy link

irrelevant

@xmha97
Copy link
Author

xmha97 commented Apr 9, 2023

irrelevant

It's an Android feature not an icon pack.

@surfmuggle
Copy link

surfmuggle commented Feb 11, 2024

Update

As far as i understand this commit on 23rd of April 2023 adaptive icons should be supported. If the monochrome feature is supported as well is unclear to me based on the preview of the images in the commit.

Previous comment

From Features and APIs Overview for Android 13

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

To support this feature, your app must provide both an adaptive icon and a monochromatic app icon, and point to the monochromatic app icon from the element in the manifest. If a user has enabled themed app icons (in other words, turned on the Themed icons toggle in system settings), and the launcher supports this feature, the system uses the coloring of the user’s chosen wallpaper and theme to determine the tint color, which it then applies to the monochromatic app icon.

@xmha97 Can you provide an adaptive icon and create a pull request where you update the android:icon attribute in the app manifest file

<application
    ...
    android:icon="@mipmap/ic_launcher"
    android:roundIcon="@mipmap/ic_launcher_round"
    ...>
</application>

and all other files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants