소스 검색

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

Hasemi 7 년 전
부모
커밋
5eef2debc5
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 1
      app/src/main/res/layout/main_fourth_category_banner_view.xml
  2. 3 1
      app/src/main/res/layout/main_third_category_banner_view.xml

+ 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