Browse Source

[메인][Bug] 버그 수정

Hasemi 6 năm trước cách đây
mục cha
commit
06d8adef66

+ 0 - 2
app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/main/MainCategoryContentsImageView.java

@@ -374,8 +374,6 @@ public class MainCategoryContentsImageView extends MainCategoryContentsView {
 //          int imageLoadedHeight = resource.getHeight(); //this is the bitmap's height
 //          Log.i("APP# MainCategoryContentsImageView | init", "| maskWidth: " + maskWidth + ", maskHeight: " + maskHeight);
 //          Log.i("APP# MainCategoryContentsImageView | init", "| imageWidth: " + imageLoadedWidth + ", imageHeight: " + imageLoadedHeight);
-
-          imageView.setScaleType(ImageView.ScaleType.CENTER_CROP);
           imageWidth = overrideWidth;
           imageHeight = overrideHeight;
           onScrolledForImage();