Thin font weight
This commit is contained in:
parent
089121c86d
commit
db3e60d4dc
@ -30,7 +30,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/label"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:fontFamily="sans-serif-light"
|
||||
android:fontFamily="sans-serif-thin"
|
||||
android:textSize="@dimen/text_size_display_2"/>
|
||||
|
||||
<!--The default style has padding start and end, so we remove both-->
|
||||
|
||||
@ -10,9 +10,9 @@
|
||||
android:id="@+id/time"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1:20"
|
||||
style="@style/TextAppearance.AppCompat"
|
||||
android:textSize="@dimen/alarm_time_text_size"/>
|
||||
android:textSize="@dimen/text_size_display_3"
|
||||
android:fontFamily="sans-serif-thin"/>
|
||||
|
||||
<Space
|
||||
android:layout_width="0dp"
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/label"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:fontFamily="sans-serif-light"
|
||||
android:fontFamily="sans-serif-thin"
|
||||
android:textSize="@dimen/text_size_display_2"/>
|
||||
|
||||
<!--The default style has padding start and end, so we remove both-->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user