|
|
@@ -8,8 +8,9 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/image_view_default_book_mark"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ app:layout_constraintDimensionRatio="V, 311:233"
|
|
|
android:scaleType="centerCrop"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|