浏览代码

[컨텐츠][Bug] 추천 컨텐츠 dim 레이어 위치 변경

hyodong.min 6 年之前
父节点
当前提交
429752f704
共有 1 个文件被更改,包括 6 次插入5 次删除
  1. 6 5
      app/src/main/res/layout/contents_detail_with_shown.xml

+ 6 - 5
app/src/main/res/layout/contents_detail_with_shown.xml

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