Rotating ring modeled after the watch Controls menu: UP/DOWN spin,
START/STOP selects. Selection point sits at −30° (≈ 2 o'clock) so it
lines up with the physical enter button on 5-button round Garmins.
Icons are rasterized at 80×80 with automaticPalette="false" and
scaled via drawBitmap2 to stay crisp at any display resolution. Long
German compounds ("Einsatzbeginn", "Beweismittel", "Letzten löschen")
wrap to two lines via a Config array so the center label never
overlaps the surrounding icons. Selected index is persisted in
Application.Storage and restored on next launch.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
511 B
XML
9 lines
511 B
XML
<svg width="80" height="80" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="20" cy="20" r="18" fill="#FF2222"/>
|
|
<rect x="11" y="14" width="18" height="3" fill="#000000"/>
|
|
<rect x="17" y="10" width="6" height="3" fill="#000000"/>
|
|
<rect x="12" y="17" width="16" height="14" rx="1" fill="#000000"/>
|
|
<rect x="16" y="20" width="2" height="8" fill="#FF2222"/>
|
|
<rect x="19" y="20" width="2" height="8" fill="#FF2222"/>
|
|
<rect x="22" y="20" width="2" height="8" fill="#FF2222"/>
|
|
</svg>
|