|
|
@@ -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
|