-
Notifications
You must be signed in to change notification settings - Fork 1.3k
CMM-906: Supporting monochrome icon for WordPress app #22321
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
CMM-906: Supporting monochrome icon for WordPress app #22321
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for Android's themed (monochrome) app icons by introducing a monochrome variant of the WordPress app icon. When users enable themed icons in Android 13+, the WordPress app will now adapt to the system theme.
Key Changes:
- Added monochrome icon drawable resource
- Updated adaptive icon configuration to reference the new monochrome drawable
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| WordPress/src/main/res/mipmap-anydpi/app_icon.xml | Added monochrome layer reference and cleaned up formatting |
| WordPress/src/main/res/drawable/app_icon_monochromatic.xml | Created new vector drawable containing the monochrome WordPress logo |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Generated by 🚫 Danger |
|
| App Name | Jetpack | |
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr22321-ae8776d | |
| Commit | ae8776d | |
| Direct Download | jetpack-prototype-build-pr22321-ae8776d.apk |
|
|
| App Name | WordPress | |
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr22321-ae8776d | |
| Commit | ae8776d | |
| Direct Download | wordpress-prototype-build-pr22321-ae8776d.apk |





Closes #18041
Description
This PR is supporting monochrome icon for WordPress app
Testing instructions
Before:
After: