Phase 2: 10-icon menu ring
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>
This commit is contained in:
parent
43f970d764
commit
d3494acc0d
18 changed files with 203 additions and 75 deletions
|
|
@ -1,18 +1,6 @@
|
|||
<strings>
|
||||
<string id="AppName">Einsatzprotokoll</string>
|
||||
|
||||
<!-- Menu labels -->
|
||||
<string id="menu_history">Verlauf</string>
|
||||
<string id="menu_general">Ereignis</string>
|
||||
<string id="menu_start">Einsatzbeginn</string>
|
||||
<string id="menu_end">Einsatzende</string>
|
||||
<string id="menu_arrival">Eintreffen</string>
|
||||
<string id="menu_arrest">Festnahme</string>
|
||||
<string id="menu_force">Zwanganwendung</string>
|
||||
<string id="menu_evidence">Beweismittel</string>
|
||||
<string id="menu_sighting">Sichtung</string>
|
||||
<string id="menu_delete">Letzten löschen</string>
|
||||
|
||||
<!-- Loading / result screens -->
|
||||
<string id="loading_gps">Standort wird bestimmt</string>
|
||||
<string id="error_gps">Standort konnte nicht bestimmt werden</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue