Tweak manga info header

This commit is contained in:
arkon 2020-11-07 19:22:20 -05:00
parent 7dc70c9eab
commit 6991c224b2
2 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/chapters" android:text="@string/chapters"
android:textIsSelectable="false" android:textIsSelectable="false"
android:textSize="16sp"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/btn_chapters_filter" app:layout_constraintEnd_toStartOf="@+id/btn_chapters_filter"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"

View File

@ -180,8 +180,7 @@
android:id="@+id/manga_summary_section" android:id="@+id/manga_summary_section"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="8dp" android:layout_marginTop="8dp">
android:background="?attr/selectableItemBackground">
<TextView <TextView
android:id="@+id/manga_summary_text" android:id="@+id/manga_summary_text"