Parcourir la source

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

Hasemi il y a 7 ans
Parent
commit
3f0ed29909
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"/>