AnalogClock: add option to show tick marks (#1334)

* AnalogClock: add option to show tick marks

* Refactor as data class with settings in WatchFaceSelector.kt
This commit is contained in:
shtrophic
2025-07-04 12:01:08 +02:00
committed by GitHub
parent 31a1580db9
commit 8cf2d625a7
7 changed files with 50 additions and 8 deletions
@@ -878,6 +878,7 @@
<string name="clock_style_empty">No clock</string>
<string name="clock_style_custom">Custom widget</string>
<string name="clock_variant_outlined">Outlined</string>
<string name="clock_variant_analog_ticks">Ticks</string>
<string name="menu_show_filters">Show filters</string>
<string name="menu_hide_filters">Hide filters</string>
<string name="search_filter_tools">Tools</string>