Merge pull request #231 from andrew-warrington/Wear-cockpit-fontsize-fix
Cockpit watchface font size fix
This commit is contained in:
commit
1e4a3a1bae
|
@ -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