Bold author and artist fields (#5770)

This commit is contained in:
Soitora
2021-08-22 17:07:18 +02:00
committed by GitHub
parent 72002c13d6
commit 11926014da
3 changed files with 8 additions and 4 deletions

View File

@@ -75,7 +75,7 @@
<TextView
android:id="@+id/manga_author"
style="@style/TextAppearance.Regular.Body1.Secondary"
style="@style/TextAppearance.Regular.Body1.Secondary.Bold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textIsSelectable="false"
@@ -83,7 +83,7 @@
<TextView
android:id="@+id/manga_artist"
style="@style/TextAppearance.Regular.Body1.Secondary"
style="@style/TextAppearance.Regular.Body1.Secondary.Bold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textIsSelectable="false"