mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Bold author and artist fields (#5770)
This commit is contained in:
		| @@ -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:textAlignment="center" | ||||
| @@ -84,7 +84,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:layout_marginBottom="4dp" | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
| @@ -97,6 +97,10 @@ | ||||
|         <item name="android:textColor">?android:attr/textColorSecondary</item> | ||||
|     </style> | ||||
|  | ||||
|     <style name="TextAppearance.Regular.Body1.Secondary.Bold"> | ||||
|         <item name="android:textStyle">bold</item> | ||||
|     </style> | ||||
|  | ||||
|     <style name="TextAppearance.Regular.Caption"> | ||||
|         <item name="android:textSize">12sp</item> | ||||
|     </style> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user