|
@@ -4,13 +4,13 @@
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
- <View
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="150dp"
|
|
|
|
|
- android:background="@drawable/rectangle_dim_black_50_gradation"/>
|
|
|
|
|
|
|
+
|
|
|
<kr.co.zumo.app.lifeplus.view.custom.category.banner.MainBannerView
|
|
<kr.co.zumo.app.lifeplus.view.custom.category.banner.MainBannerView
|
|
|
android:id="@+id/main_banner_view_first_category"
|
|
android:id="@+id/main_banner_view_first_category"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="150dp"/>
|
|
android:layout_height="150dp"/>
|
|
|
-
|
|
|
|
|
|
|
+ <View
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="150dp"
|
|
|
|
|
+ android:background="@drawable/rectangle_dim_black_50_gradation"/>
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
</android.support.constraint.ConstraintLayout>
|