소스 검색

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

Hasemi 7 년 전
부모
커밋
3e47fa94bc
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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"