Replace PNG icon set with vector drawables, matching original colors exactly#181
Draft
Replace PNG icon set with vector drawables, matching original colors exactly#181
Conversation
Co-authored-by: MewX <[email protected]>
Copilot
AI
changed the title
[WIP] Convert drawable icons to SVG format for consistency
Replace PNG icons with vector drawables
Mar 8, 2026
Co-authored-by: MewX <[email protected]>
Copilot
AI
changed the title
Replace PNG icons with vector drawables
Replace PNG icon set with vector drawables, matching original colors exactly
Mar 8, 2026
Owner
|
the list of icons are good. However, the quality of the icons are really bad. Please look up Google material icons and find similar icons and use. Lots of icon shapes are changed dramatically, and look very disruptive in the app. |
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.
The drawable directories contained 28 icon PNGs duplicated across
drawable/,drawable-xhdpi/, anddrawable-xxhdpi/(84 raster files total). These are replaced with 28 density-independent vector drawable XMLs, and the original icon colors are preserved faithfully.Changes
PNG → Vector conversion
*.xmlvector drawables todrawable/using standard Material Design pathsic_launcher.png,ic_empty_image.png,reader_bg_texture_mask.png,reader_bg_yellow_edge.pngColor corrections (matched to original PNG pixels)
The initial conversion incorrectly used
#444444for all icons. Colors extracted from the original PNGs:#F5B400golden yellowic_favorate_pressed#FFFFFFwhiteic_download,ic_favorate,ic_search,ic_sign,ic_reader_daynight,ic_reader_find,ic_reader_jump,ic_reader_more#7D7D7Dmedium grayic_about,ic_clearcache,ic_config,ic_fav,ic_latest,ic_option,ic_restore,ic_rklist,ic_update,ic_upload,ic_wallpaper#6D6D6Dmedium-dark grayic_back,ic_find,ic_jump,ic_label,ic_viewlable,icl_config,icl_daynight#BBBBBBlight grayic_rightarrowAll
@drawable/ic_*references in layouts, menus, and Java code are unaffected — resource names are preserved.💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.