Fix Recent manga button layout spacing

This commit is contained in:
Jays2Kings 2021-04-06 21:23:29 -04:00
parent ddd2ebf286
commit 3956a4b2dc

View File

@ -154,13 +154,14 @@
android:id="@+id/button_layout"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_marginEnd="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/subtitle" >
<ImageButton
android:id="@+id/remove_history"
android:layout_width="wrap_content"
android:layout_width="45dp"
android:layout_height="match_parent"
android:background="?selectableItemBackgroundBorderless"
android:contentDescription="@string/next_title"
@ -173,8 +174,7 @@
layout="@layout/download_button"
android:id="@+id/download_button"
android:layout_width="45dp"
android:layout_height="match_parent"
android:layout_marginEnd="8dp" />
android:layout_height="match_parent" />
</LinearLayout>
<androidx.constraintlayout.widget.Barrier