Skip to content

Fix simulator icon ratios and status bar visibility - #1

Draft
BikramGole wants to merge 1 commit into
masterfrom
agent/fix-simulator-bugs
Draft

Fix simulator icon ratios and status bar visibility#1
BikramGole wants to merge 1 commit into
masterfrom
agent/fix-simulator-bugs

Conversation

@BikramGole

Copy link
Copy Markdown
Owner

What changed

  • Preserve launcher asset aspect ratios in the shared Icon wrapper so non-square assets no longer stretch in the home screen and app surfaces.
  • Fix the status bar Wi-Fi icon color so it stays visible on dark backgrounds.

Why

  • The active Android simulator path was stretching several app icons to a fixed box, which made the launcher look off compared with Android's adaptive icon behavior.
  • The Wi-Fi glyph was hardcoded to a dark fill, which made it nearly invisible on dark status bars.

Validation

  • npm run build
  • Local smoke check against the simulator server was attempted, but the preview server was not reachable on localhost from this sandbox.

@vercel

vercelBot commented Aug 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
android17ReadyReadyPreviewAug 17, 2026 11:25am

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@BikramGole