Minor show more info button margin adjustment

(cherry picked from commit 39bd823651afa26074af0eebf35f1c082aa64471)
This commit is contained in:
arkon 2020-05-14 22:33:36 -04:00 committed by Jobobby04
parent 2b78925c68
commit dfc3a5df42
2 changed files with 2 additions and 5 deletions

View File

@ -334,8 +334,6 @@
style="@style/Theme.Widget.Button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:layout_marginBottom="4dp"
android:text="@string/manga_info_expand"
android:textSize="12sp"
app:layout_constraintEnd_toEndOf="parent"

View File

@ -14,7 +14,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
android:orientation="vertical"
android:paddingBottom="8dp">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
@ -369,9 +370,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="4dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="4dp"
android:text="@string/manga_info_expand"
android:textSize="12sp" />