Prepare public 0.1 release

This commit is contained in:
ajp_anton
2026-06-14 14:39:49 +00:00
parent dbf9560486
commit 044b6368b8
5 changed files with 4 additions and 206 deletions
+3 -3
View File
@@ -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