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.

This commit is contained in:
Andrew Warrington 2021-01-13 10:26:27 +00:00
parent 10bd1d2df0
commit c72ada9559
2 changed files with 2 additions and 2 deletions

View file

@ -175,7 +175,7 @@
android:layout_weight="1"
android:text="---"
android:textColor="@color/primary_text_dark"
android:textSize="26sp" />
android:textSize="30sp" />
</LinearLayout>

View file

@ -175,7 +175,7 @@
android:layout_weight="1"
android:text="---"
android:textColor="@color/primary_text_dark"
android:textSize="34sp" />
android:textSize="30sp" />
</LinearLayout>