fix(mobile): keep Android adaptive icons within the safe area - #10425
Closed
ryanrhughes wants to merge 2 commits into
Closed
fix(mobile): keep Android adaptive icons within the safe area#10425ryanrhughes wants to merge 2 commits into
ryanrhughes wants to merge 2 commits into
Conversation
ryanrhughes
marked this pull request as ready for review
September 7, 2026 00:55
Contributor
ApprovabilityVerdict: Not approved Macroscope's review found this PR not approvable — This PR changes the mobile app’s default Android launcher and shortcut artwork through Expo native build configuration and new image assets. The change is narrowly scoped, but product-default changes require human review. Not approved because:
Review your spending limits in Billing settings. You can add or adjust custom eligibility rules. Learn more. |
Member
|
Superseded by #10598 (merged) — same Android adaptive-icon safe-area / variant background fix landed on main via the export-android-icons path. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Changed
Android's adaptive mask was cutting off the T3 mark. Dev and preview used complete app artwork as their foreground, and the shared Android mark extended beyond the safe area.
Keep adaptive and monochrome icons. Center the existing T3 vector mark at 54dp wide on the 108dp canvas, with transparent padding that keeps every visible pixel inside Android's guaranteed 66dp safe circle. Give dev and preview separate full-bleed backgrounds rendered from their existing Icon Composer background SVGs. Launcher shortcuts use the same layers.
Why
The icons were being cutoff.
UI Changes
No more cutoff. 🎉

Still compatible with dynamic color palettes as well.

Note
Fix Android adaptive icons to stay within safe area using local mark and variant backgrounds
DEVELOPMENT_ASSETSandPREVIEW_ASSETSin app.config.ts to use the localandroid-icon-mark.pngforeground and adds variant-specific background images (android-icon-background-dev.png,android-icon-background-preview.png)expo-quick-actionsAndroid shortcut icons to include the variant background image and a monochrome icon alongside the existing foreground and background colorMacroscope summarized 531aec8.