소스 검색

[카테고리메인][Bug] centerCrop 적용

Hasemi 7 년 전
부모
커밋
3f0ed29909
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/main/res/layout/main_first_category_grid_view.xml

+ 1 - 1
app/src/main/res/layout/main_first_category_grid_view.xml

@@ -9,7 +9,7 @@
   <ImageView
     android:id="@+id/image_view_main_first_category"
     android:layout_width="match_parent"
-    android:layout_height="wrap_content"
+    android:layout_height="match_parent"
     android:scaleType="centerCrop"
     app:srcCompat="@drawable/img_bestbucket_1"/>