CorvetteCole / PixelWatchFace

A minimalistic and open-source watchface for WearOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simplify settings, optimize formatting

CorvetteCole opened this issue · comments

see here for an example: https://github.com/android/wear-os-samples/blob/master/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/DigitalWatchFaceService.java

basically use SimpleDateFormat and just get the default locale. same with whether 24 hour mode should be used. evaluate removing those settings because it feels redundant when they are already managed by the OS

this was closed by #50