Skip to content

fix: update app icons#4

Merged
SurjitSahoo merged 1 commit intomainfrom
fix/update-app-icon
Jan 23, 2026
Merged

fix: update app icons#4
SurjitSahoo merged 1 commit intomainfrom
fix/update-app-icon

Conversation

@SurjitSahoo
Copy link
Owner

@SurjitSahoo SurjitSahoo commented Jan 23, 2026

Summary by CodeRabbit

  • New Features
    • New launcher logo design added to the app
    • New notification icon asset added for improved visual consistency

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Jan 23, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

Three new resources are added: a media3 notification small icon drawable, a launcher logo drawable with gradient fills, and a Python build utility script that converts SVG files to Android vector XML format for launcher and notification icons.

Changes

Cohort / File(s) Summary
Icon Drawables
app/src/main/res/drawable-anydpi/media3_notification_small_icon.xml, app/src/main/res/drawable/ic_launcher_logo.xml
Two vector drawable resources added: a notification icon (512×512 dp, white-filled paths) and a launcher logo (512×512 dp, blue gradient fills using aapt:attr linear gradients).
SVG Conversion Tool
convert_svg_to_xml.py
Python script that parses SVG files and generates two Android vector XML outputs: a launcher icon with gradient/color support and a notification icon with monochrome white fills. Includes color conversion (hex to Android format) and conditional gradient injection logic.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 A script hops forth with SVG in paw,
Converting paths to drawable law,
Gradients dance in blue delight,
Icons glow both bold and bright!

✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@SurjitSahoo SurjitSahoo merged commit 0c0b2ce into main Jan 23, 2026
1 of 2 checks passed
@SurjitSahoo SurjitSahoo deleted the fix/update-app-icon branch January 23, 2026 18:01
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