Browse Source

[북마크][Common] 북마크 디폴트 이미지 영역 수정

Hasemi 7 years ago
parent
commit
3e47fa94bc
1 changed files with 3 additions and 2 deletions
  1. 3 2
      app/src/main/res/layout/default_book_mark_image_view.xml

+ 3 - 2
app/src/main/res/layout/default_book_mark_image_view.xml

@@ -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"