Browse Source

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

Hasemi 7 years ago
parent
commit
3f0ed29909
1 changed files with 1 additions and 1 deletions
  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"/>