Tweak about manga heading

This commit is contained in:
arkon 2020-05-06 22:59:38 -04:00
parent 788ea052fc
commit 4ff3f0bcba
2 changed files with 4 additions and 2 deletions

View File

@ -247,9 +247,10 @@
<TextView
android:id="@+id/manga_summary_label"
style="@style/TextAppearance.Medium.Body2"
style="@style/TextAppearance.Regular.SubHeading"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:text="@string/manga_info_about_label"
android:textIsSelectable="false"
app:layout_constraintEnd_toEndOf="parent"

View File

@ -277,11 +277,12 @@
<TextView
android:id="@+id/manga_summary_label"
style="@style/TextAppearance.Medium.Body2"
style="@style/TextAppearance.Regular.SubHeading"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="8dp"
android:text="@string/manga_info_about_label"
android:textIsSelectable="false" />