Redraw the launcher mark in the unified Bright* set - #1
Merged
Conversation
BrightTransit keeps its train, restruck at the house weight and pulled inside the safe zone. The whole collection now shares one drawing: the same 108 canvas, the same 18-90 safe zone, the same two stroke weights, white on black and nothing else. No greys and no colour anywhere, because the Light Phone III panel is black and white and a mid-tone dithers on it. Before this, three apps shipped the same waveform, two shipped the same ball and two shipped the same turn arrow, four drew nothing but the first letter of their name, and two had no mark at all. The geometry lives in the icon script in this repo and every file here is generated from it, so the mark and the script cannot drift apart.
The tool module is built from an SDK-generated manifest that names @mipmap/ic_launcher and @mipmap/ic_launcher_round. Neither resource has ever existed in tool/src/main/res, so processDebugResources fails on it with "resource mipmap/ic_launcher not found". Nothing noticed because the workflow that runs on main builds examples/LightNYCSubway, not tool, and pr-check.yml had never been triggered before. BrightSolitaire, the other LightOS tool built the same way, carries exactly these files.
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.
Redraws this app's launcher mark as part of the unified Bright* icon set: one canvas, one safe zone, two stroke weights, white on black with no greys and no colour anywhere.
Opened as a PR rather than pushed to a branch because this repo verifies on
pull_requestand has nocheck.yml.