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