瀏覽代碼

[카테고리메인][Common] 카테고리메인 배너 상하 마진 수정

Hasemi 7 年之前
父節點
當前提交
5eef2debc5

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

@@ -2,7 +2,9 @@
 <android.support.constraint.ConstraintLayout
   xmlns:android="http://schemas.android.com/apk/res/android"
   android:layout_width="match_parent"
-  android:layout_height="wrap_content">
+  android:layout_height="wrap_content"
+  android:paddingTop="3dp"
+  android:paddingBottom="3dp">
 
 
   <kr.co.zumo.app.lifeplus.view.custom.category.banner.MainBannerView

+ 3 - 1
app/src/main/res/layout/main_third_category_banner_view.xml

@@ -2,7 +2,9 @@
 <android.support.constraint.ConstraintLayout
   xmlns:android="http://schemas.android.com/apk/res/android"
   android:layout_width="match_parent"
-  android:layout_height="wrap_content">
+  android:layout_height="wrap_content"
+  android:paddingTop="3dp"
+  android:paddingBottom="3dp">
 
 
   <kr.co.zumo.app.lifeplus.view.custom.category.banner.MainBannerView