Tweak manga info header
(cherry picked from commit 6991c224b2501d303c3277afc894354d9c50c8ad) # Conflicts: # app/src/main/res/layout/manga_info_header.xml
This commit is contained in:
parent
76330f51c9
commit
2b9c25cf71
@ -18,6 +18,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/chapters"
|
||||
android:textIsSelectable="false"
|
||||
android:textSize="16sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@+id/btn_chapters_filter"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
@ -6,8 +6,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:background="?attr/selectableItemBackground">
|
||||
android:layout_marginTop="8dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/manga_summary_text"
|
||||
|
Loading…
x
Reference in New Issue
Block a user