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:
parent
10bd1d2df0
commit
c72ada9559
|
@ -175,7 +175,7 @@
|
|||
android:layout_weight="1"
|
||||
android:text="---"
|
||||
android:textColor="@color/primary_text_dark"
|
||||
android:textSize="26sp" />
|
||||
android:textSize="30sp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
@ -175,7 +175,7 @@
|
|||
android:layout_weight="1"
|
||||
android:text="---"
|
||||
android:textColor="@color/primary_text_dark"
|
||||
android:textSize="34sp" />
|
||||
android:textSize="30sp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
Loading…
Reference in a new issue