diff --git a/app/src/main/res/layout/history_item.xml b/app/src/main/res/layout/history_item.xml index cfbbfee137..441aa42b9d 100644 --- a/app/src/main/res/layout/history_item.xml +++ b/app/src/main/res/layout/history_item.xml @@ -1,10 +1,11 @@ - @@ -14,55 +15,56 @@ android:layout_width="85dp" android:layout_height="match_parent" android:contentDescription="@string/description_cover" - android:scaleType="centerCrop" /> + android:scaleType="centerCrop" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> - + - + - +