Explorar o código

[카테고리메인][Bug] 배너뷰 사이즈 조절

Hasemi %!s(int64=7) %!d(string=hai) anos
pai
achega
528f6e5ac9

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

@@ -6,7 +6,7 @@
 
 <kr.co.zumo.app.lifeplus.view.custom.main.banner.MainBannerView
   android:id="@+id/main_banner_view_first_category"
-  android:layout_width="311dp"
+  android:layout_width="match_parent"
   android:layout_height="122dp"/>
 
 </android.support.constraint.ConstraintLayout>

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

@@ -6,7 +6,7 @@
 
   <kr.co.zumo.app.lifeplus.view.custom.main.banner.MainBannerView
     android:id="@+id/main_banner_view_first_category"
-    android:layout_width="311dp"
+    android:layout_width="match_parent"
     android:layout_height="122dp"/>
 
 </android.support.constraint.ConstraintLayout>

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

@@ -6,7 +6,7 @@
 
   <kr.co.zumo.app.lifeplus.view.custom.main.banner.MainBannerView
     android:id="@+id/main_banner_view_first_category"
-    android:layout_width="311dp"
+    android:layout_width="match_parent"
     android:layout_height="122dp"/>
 
 </android.support.constraint.ConstraintLayout>