-
Notifications
You must be signed in to change notification settings - Fork 41
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
Comments
irrelevant |
It's an Android feature not an icon pack. |
UpdateAs 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 commentFrom Features and APIs Overview for Android 13
@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? |
Please support the Android 13 "Themed App Icons" feature.
The text was updated successfully, but these errors were encountered: