[6068] - Use semibold text for Browse items primary text (#6087)

* Changing the text on source title (browse items) to semibold and fixing the color of the subtitle on global search

* Updated history_item, updates_item and global_search to not have bold titles

* Changing global_search_controller_card

* Changing back history_item
This commit is contained in:
Platiplus
2021-10-18 11:05:54 -03:00
committed by GitHub
parent bfe7aa1ed2
commit f453236840
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
android:layout_marginStart="16dp"
android:ellipsize="end"
android:maxLines="1"
android:textAppearance="?attr/textAppearanceSubtitle2"
android:textAppearance="?attr/textAppearanceBody2"
app:layout_constraintBottom_toTopOf="@+id/chapter_title"
app:layout_constraintEnd_toStartOf="@+id/download"
app:layout_constraintStart_toEndOf="@+id/manga_cover"