-
Notifications
You must be signed in to change notification settings - Fork 404
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
[FEATURE REQUEST] Support for android 13 themed icons #419
Comments
Posting this here for implementation reference |
I've created a fork with themed icons support, but not submitting a PR yet, since it's just a quick POC. Also, I would wait for some other (adaptive icon related, new config scheme) issues to be resolved and maybe PR #297 to be merged too, then a refactor would be needed on my code... but let me know if this should be prioritized and I can do it earlier. |
At the moment I solved it by adding the relative "monochrome" icons where the adaptive ones are, and I added this line: monochrome android:drawable="@drawable/ic_launcher_monochrome" I hope you will update it so it will become easier |
What needs to happen for the linked pull request to be reviewed/approved? |
Yes. Still waiting. 1 year passed. 😵 |
Is it possible to add support for themed icons in android 13 by adding an additional monochrome icon version as a separate asset field?
The text was updated successfully, but these errors were encountered: