Prepare public 0.1 release
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"""Generate the launcher icon VectorDrawable files and a local SVG preview.
|
||||
|
||||
This keeps the icon tweakable without hand-editing dense Android vector XML.
|
||||
Edit the constants below, run this script, then open local/launcher-icon-preview.svg.
|
||||
Edit the constants below, run this script, then open build/launcher-icon-preview.svg.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
@@ -16,12 +16,12 @@ ROOT = Path(__file__).resolve().parents[1]
|
||||
FOREGROUND = ROOT / "app/src/main/res/drawable/ic_launcher_foreground.xml"
|
||||
MONOCHROME = ROOT / "app/src/main/res/drawable/ic_launcher_monochrome.xml"
|
||||
BACKGROUND = ROOT / "app/src/main/res/drawable/ic_launcher_background.xml"
|
||||
PREVIEW = ROOT / "local/launcher-icon-preview.svg"
|
||||
PREVIEW = ROOT / "build/launcher-icon-preview.svg"
|
||||
|
||||
VIEWPORT = 108
|
||||
|
||||
# Main geometry knobs. Coordinates are in Android/SVG viewport units.
|
||||
# Open local/launcher-icon-preview.svg after regenerating to compare the
|
||||
# Open build/launcher-icon-preview.svg after regenerating to compare the
|
||||
# square, rounded, and circular launcher masks.
|
||||
# Statusbar panel. It fills the full top width.
|
||||
STATUS_BOTTOM = 54
|
||||
|
||||
Reference in New Issue
Block a user