From c72ada9559bbb2b23ef3b2a5250bdc739d1bcb81 Mon Sep 17 00:00:00 2001 From: Andrew Warrington Date: Wed, 13 Jan 2021 10:26:27 +0000 Subject: [PATCH] Updated SVG text size in Cockpit following testing on new watch models. Text size reduced slightly as it was too large to fit when glucose in mmol/L was higher than 10. --- wear/src/main/res/layout/rect_cockpit.xml | 2 +- wear/src/main/res/layout/round_cockpit.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wear/src/main/res/layout/rect_cockpit.xml b/wear/src/main/res/layout/rect_cockpit.xml index 88bda0917c..cf26712258 100644 --- a/wear/src/main/res/layout/rect_cockpit.xml +++ b/wear/src/main/res/layout/rect_cockpit.xml @@ -175,7 +175,7 @@ android:layout_weight="1" android:text="---" android:textColor="@color/primary_text_dark" - android:textSize="26sp" /> + android:textSize="30sp" /> diff --git a/wear/src/main/res/layout/round_cockpit.xml b/wear/src/main/res/layout/round_cockpit.xml index b2892c20db..afdecf8a43 100644 --- a/wear/src/main/res/layout/round_cockpit.xml +++ b/wear/src/main/res/layout/round_cockpit.xml @@ -175,7 +175,7 @@ android:layout_weight="1" android:text="---" android:textColor="@color/primary_text_dark" - android:textSize="34sp" /> + android:textSize="30sp" />