mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 08:27:04 +00:00
Both loading splashes (the Tor-connect gate and the account-loading screen between Tor active and LoginScreen) now show the Amethyst icon tinted to the theme primary, anchored below the status text. Layout pattern (status-forward, both splashes): spinner → status text → Amethyst logo (96.dp, primary tint) Brief research summary backing the choice: - Apple HIG argues against splash branding, but its model assumes near-instant launch — not applicable here where the Tor gate can block for seconds. - Material Design 2's branded-launch-screen pattern endorses logo + brand color while a placeholder UI loads. - The status-forward order keeps the dynamic info (what we're waiting on) leading and the brand as the anchor below — the right call when the wait is non-trivial.