Fix font in widgets
This commit is contained in:
parent
8f2c09918c
commit
a9b63530f9
6 changed files with 114 additions and 109 deletions
|
@ -34,7 +34,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:singleLine="true"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
|
||||
android:textAppearance="@style/TextViewBody1"
|
||||
android:textColor="@color/ate_primary_text_light"
|
||||
tools:text="Title" />
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:singleLine="true"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
|
||||
android:textAppearance="@style/TextViewBody2"
|
||||
android:textColor="@color/ate_secondary_text_light"
|
||||
tools:text="Album" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue