|
@@ -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"
|