From ccd0e0cdfefd18898f618cbd2ecccec32a692834 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 18 Jul 2020 10:57:11 -0400 Subject: [PATCH] Manga about section layout tweaks --- app/src/main/res/layout/manga_info_header.xml | 133 ++++++++++-------- 1 file changed, 74 insertions(+), 59 deletions(-) diff --git a/app/src/main/res/layout/manga_info_header.xml b/app/src/main/res/layout/manga_info_header.xml index 57d9f0ae63..42e63c35a7 100644 --- a/app/src/main/res/layout/manga_info_header.xml +++ b/app/src/main/res/layout/manga_info_header.xml @@ -172,80 +172,95 @@ - + android:background="?attr/selectableItemBackground" + android:orientation="vertical"> + + + + + + + + - - - - - - - - - - + android:clickable="true" + android:ellipsize="end" + android:focusable="true" + android:maxLines="2" + android:textIsSelectable="false" + tools:text="Summary" /> - + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp"> + android:layout_marginStart="16dp" + android:layout_marginEnd="16dp" + android:visibility="gone" + app:chipSpacingHorizontal="4dp" /> - + - + + + + + + +