From 7343c717daced862a21e7ee25532b19f680bf0a5 Mon Sep 17 00:00:00 2001 From: Jaap-Jan de Wit | DodoTech Date: Mon, 3 Aug 2026 14:56:40 +0200 Subject: [PATCH] Bring the last three outlined marks over to the filled tile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ServerScreen, LockedScreen and PendingScreen were the only places left drawing v1: a 44px square outlined in the accent with >_ in the accent inside it. Every other place the mark appears — both headers, the desktop titlebar, the launcher icon and the .ico — draws it filled. The radius is derived rather than chosen. The mark is 6 at 20 and 8 at 26, a third of a unit per unit of tile, which puts 44 at exactly 14 — and 14 is already on Phone.axaml's radius ladder as the one for a block of monospaced output, which is a fair description of a box with >_ in it. PendingScreen takes the shape and not the colour. It is the screen that says a surface is not built yet, and the accent is the shell's one "do this" colour; a tile in Raised with the glyph left at TextFaint keeps the mark recognisable while the screen goes on looking as inert as it is. --- src/DodoSSH.Client.Android/Views/LockedScreen.axaml | 7 ++++--- src/DodoSSH.Client.Android/Views/PendingScreen.axaml | 11 +++++++++-- src/DodoSSH.Client.Android/Views/ServerScreen.axaml | 12 +++++++++--- 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/src/DodoSSH.Client.Android/Views/LockedScreen.axaml b/src/DodoSSH.Client.Android/Views/LockedScreen.axaml index f23c600..905c106 100644 --- a/src/DodoSSH.Client.Android/Views/LockedScreen.axaml +++ b/src/DodoSSH.Client.Android/Views/LockedScreen.axaml @@ -24,10 +24,11 @@ - + - diff --git a/src/DodoSSH.Client.Android/Views/PendingScreen.axaml b/src/DodoSSH.Client.Android/Views/PendingScreen.axaml index c4b79c8..ab90539 100644 --- a/src/DodoSSH.Client.Android/Views/PendingScreen.axaml +++ b/src/DodoSSH.Client.Android/Views/PendingScreen.axaml @@ -20,10 +20,17 @@ - + diff --git a/src/DodoSSH.Client.Android/Views/ServerScreen.axaml b/src/DodoSSH.Client.Android/Views/ServerScreen.axaml index a9ee69d..58c4142 100644 --- a/src/DodoSSH.Client.Android/Views/ServerScreen.axaml +++ b/src/DodoSSH.Client.Android/Views/ServerScreen.axaml @@ -18,10 +18,16 @@ - + -