ADFA-4609: replace placeholder launcher icon with the final K2Go logo…#167
Merged
Conversation
added 2 commits
July 9, 2026 04:44
… (matches CotG) - Adaptive foreground is now the final device+globe vector (navy #233490, white screen, green #00BE00), reusing Code On the Go's exact conversion and framing (viewport 1600, group scale 2.35, translate 539,314) so both apps look identical when installed. - Adaptive background is a solid #121212 (matches CotG's icon background). - mipmap-anydpi-v26 adaptive icons now point at @drawable/ic_launcher_foreground (was a raster @Mipmap placeholder). - Regenerate legacy rasters (API 24/25 fallback) for ic_launcher and ic_launcher_round at all densities from the same artwork; drop the old placeholder webp files (incl. the now-unused foreground webps). Rendered PNGs verified (square + round). The introduction animation is a separate follow-up under the same ticket (ADFA-4609).
…d mipmap) The launcher-icon cleanup removed the raster @mipmap/ic_launcher_foreground; the splash layout still referenced it. Repoint it to @drawable/ic_launcher_foreground (the new final logo vector) so resource linking passes and the current splash shows the real logo.
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.
… (matches CotG)
Rendered PNGs verified (square + round). The introduction animation is a separate follow-up under the same ticket (ADFA-4609).