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" />