Merge pull request #1446 from Andries-Smit/fix/wear-align-minutes

Fix wear align minutes
This commit is contained in:
Milos Kozak 2022-03-16 10:19:25 +01:00 committed by GitHub
commit f7db1b2120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -417,6 +417,7 @@
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_marginLeft="6sp"
android:layout_marginTop="-2sp"
android:layout_marginBottom="-8sp"
android:fontFamily="@font/roboto_condensed_bold"
android:text="MI"
@ -431,6 +432,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:layout_marginLeft="8sp"
android:layout_marginTop="-1.5sp"
android:fontFamily="@font/roboto_condensed_bold"
android:text="AM"
android:textColor="@color/light_grey"

View file

@ -417,6 +417,7 @@
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_marginLeft="6sp"
android:layout_marginTop="-2sp"
android:layout_marginBottom="-8sp"
android:fontFamily="@font/roboto_condensed_bold"
android:text="MI"
@ -430,6 +431,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="8sp"
android:layout_marginTop="-1.5sp"
android:fontFamily="@font/roboto_condensed_bold"
android:gravity="top"
android:text="AM"