Skip to content

Update application icons and splash screen assets#328

Merged
rainxchzed merged 1 commit intomainfrom
logo-splash-impr
Mar 14, 2026
Merged

Update application icons and splash screen assets#328
rainxchzed merged 1 commit intomainfrom
logo-splash-impr

Conversation

@rainxchzed
Copy link
Copy Markdown
Member

@rainxchzed rainxchzed commented Mar 14, 2026

  • Replace ic_logo with app_icon.png and update ic_splash.xml to use the new resource with an increased inset of 48dp.
  • Update adaptive icon configurations (ic_launcher.xml and ic_launcher_round.xml) to use the foreground asset for the monochrome layer.
  • Adjust ic_launcher_background color to a darker hex value (#101010).
  • Refresh launcher mipmap assets (foreground, round, and standard) across all densities.
  • Update the Play Store launcher icon and remove the obsolete ic_logo.png file.

Summary by CodeRabbit

  • Style
    • Updated Android app icon appearance and splash screen design.
    • Adjusted icon padding and refined color palette for improved visual consistency.

- Replace `ic_logo` with `app_icon.png` and update `ic_splash.xml` to use the new resource with an increased inset of 48dp.
- Update adaptive icon configurations (`ic_launcher.xml` and `ic_launcher_round.xml`) to use the foreground asset for the monochrome layer.
- Adjust `ic_launcher_background` color to a darker hex value (#101010).
- Refresh launcher mipmap assets (foreground, round, and standard) across all densities.
- Update the Play Store launcher icon and remove the obsolete `ic_logo.png` file.
@rainxchzed rainxchzed merged commit 6f92c12 into main Mar 14, 2026
1 check was pending
@rainxchzed rainxchzed deleted the logo-splash-impr branch March 14, 2026 07:39
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 14, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 1d758891-bd6f-4fb8-865e-4c9ccdb5e896

📥 Commits

Reviewing files that changed from the base of the PR and between 3304d58 and fd7bab9.

⛔ Files ignored due to path filters (3)
  • composeApp/src/androidMain/ic_launcher-playstore.png is excluded by !**/*.png
  • composeApp/src/androidMain/res/drawable/app_icon.png is excluded by !**/*.png
  • composeApp/src/androidMain/res/drawable/ic_logo.png is excluded by !**/*.png
📒 Files selected for processing (19)
  • composeApp/src/androidMain/res/drawable/ic_splash.xml
  • composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher.xml
  • composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher_round.xml
  • composeApp/src/androidMain/res/mipmap-hdpi/ic_launcher.webp
  • composeApp/src/androidMain/res/mipmap-hdpi/ic_launcher_foreground.webp
  • composeApp/src/androidMain/res/mipmap-hdpi/ic_launcher_round.webp
  • composeApp/src/androidMain/res/mipmap-mdpi/ic_launcher.webp
  • composeApp/src/androidMain/res/mipmap-mdpi/ic_launcher_foreground.webp
  • composeApp/src/androidMain/res/mipmap-mdpi/ic_launcher_round.webp
  • composeApp/src/androidMain/res/mipmap-xhdpi/ic_launcher.webp
  • composeApp/src/androidMain/res/mipmap-xhdpi/ic_launcher_foreground.webp
  • composeApp/src/androidMain/res/mipmap-xhdpi/ic_launcher_round.webp
  • composeApp/src/androidMain/res/mipmap-xxhdpi/ic_launcher.webp
  • composeApp/src/androidMain/res/mipmap-xxhdpi/ic_launcher_foreground.webp
  • composeApp/src/androidMain/res/mipmap-xxhdpi/ic_launcher_round.webp
  • composeApp/src/androidMain/res/mipmap-xxxhdpi/ic_launcher.webp
  • composeApp/src/androidMain/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
  • composeApp/src/androidMain/res/mipmap-xxxhdpi/ic_launcher_round.webp
  • composeApp/src/androidMain/res/values/colors.xml

Walkthrough

Updates Android splash screen, launcher icon, and color resources across four XML files. Changes include swapping drawable references, adjusting inset padding, updating monochrome layer sources, and modifying a background color value.

Changes

Cohort / File(s) Summary
Splash Screen Resources
composeApp/src/androidMain/res/drawable/ic_splash.xml, composeApp/src/androidMain/res/values/colors.xml
Modified splash drawable reference from ic_logo to app_icon, adjusted inset from 32dp to 48dp, and updated launcher background color from #121212 to #101010.
Launcher Icon Resources
composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher.xml, composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher_round.xml
Updated monochrome layer references from @drawable/ic_launcher_monochrome to @mipmap/ic_launcher_foreground in both adaptive icon definitions.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

  • PR #267: Introduces splash-related resources (ic_splash.xml, colors.xml) that are directly modified in this PR.
  • PR #272: Updates the same Android launcher and splash resource files, including adaptive icon XMLs and color definitions across multiple changes.

Poem

🐰 A splash of icons, colors bright,
From ic_logo to app_icon in sight,
Insets padding, foregrounds too,
Android resources, fresh and new! ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch logo-splash-impr
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to 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