From e01647d496e405d3ae9617ae76f353147181ec02 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Sun, 8 May 2022 23:11:10 +0200 Subject: [PATCH] Wear: fix DigitalStyle watchface --- .idea/codeStyles/Project.xml | 4 ++ .../nightscout/androidaps/utils/DateUtil.kt | 8 +++- .../androidaps/watchfaces/BaseWatchFace.kt | 44 ++++++++++--------- .../androidaps/watchfaces/CircleWatchface.kt | 34 +++----------- .../watchfaces/DigitalStyleWatchface.kt | 11 ++--- .../watchfaces/SteampunkWatchface.kt | 2 +- .../layout-notround/activity_digitalstyle.xml | 26 +++++++---- .../layout-round/activity_digitalstyle.xml | 28 +++++++----- wear/src/main/res/values/strings.xml | 13 ++++++ wear/src/main/res/xml/preferences.xml | 10 ++--- .../xml/watch_face_configuration_bigchart.xml | 5 +-- .../xml/watch_face_configuration_circle.xml | 5 +-- .../xml/watch_face_configuration_cockpit.xml | 4 +- .../watch_face_configuration_digitalstyle.xml | 12 ++--- .../res/xml/watch_face_configuration_home.xml | 9 ++-- .../xml/watch_face_configuration_home2.xml | 9 ++-- .../watch_face_configuration_largehome.xml | 9 ++-- .../xml/watch_face_configuration_nochart.xml | 5 +-- .../watch_face_configuration_steampunk.xml | 4 +- 19 files changed, 126 insertions(+), 116 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 03c1a4dff8..a9c3d0e4d9 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -9,11 +9,15 @@