|
|
@@ -7,6 +7,11 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@color/CFFFFFF">
|
|
|
|
|
|
+ <kr.co.zumo.app.lifeplus.view.custom.recommend.RecommendContentsView
|
|
|
+ android:id="@+id/recommend_contents_view"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"/>
|
|
|
+
|
|
|
<View
|
|
|
android:id="@+id/view_dim_0"
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -16,9 +21,5 @@
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"/>
|
|
|
-
|
|
|
- <kr.co.zumo.app.lifeplus.view.custom.recommend.RecommendContentsView
|
|
|
- android:id="@+id/recommend_contents_view"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"/>
|
|
|
+
|
|
|
</android.support.constraint.ConstraintLayout>
|