فهرست منبع

[콘텐츠상세][Common] 딤 레이어 수정

Hasemi 7 سال پیش
والد
کامیت
a31a1c4374
1فایلهای تغییر یافته به همراه12 افزوده شده و 14 حذف شده
  1. 12 14
      app/src/main/res/layout/custom_listicle_image_view.xml

+ 12 - 14
app/src/main/res/layout/custom_listicle_image_view.xml

@@ -6,6 +6,15 @@
   android:layout_width="match_parent"
   android:layout_height="match_parent"
   android:descendantFocusability="blocksDescendants">
+
+
+  <android.support.v7.widget.RecyclerView
+    android:id="@+id/recycler_view_listicle_view"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    android:nestedScrollingEnabled="false">
+
+  </android.support.v7.widget.RecyclerView>
   <View
     android:layout_width="match_parent"
     android:layout_height="183dp"
@@ -44,14 +53,6 @@
     app:layout_constraintTop_toTopOf="parent"
     />
 
-  <android.support.v7.widget.RecyclerView
-    android:id="@+id/recycler_view_listicle_view"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:nestedScrollingEnabled="false">
-
-  </android.support.v7.widget.RecyclerView>
-
   <android.support.constraint.ConstraintLayout
     android:id="@+id/layout_pager"
     android:layout_width="wrap_content"
@@ -148,8 +149,7 @@
     android:textSize="26dp"
     app:layout_constraintBottom_toTopOf="@+id/text_view_title"
     app:layout_constraintStart_toStartOf="parent"
-    tools:text="05"
-    tools:textColor="@color/C000000"/>
+    tools:text="05"/>
 
   <ImageView
     android:id="@+id/oval"
@@ -173,8 +173,7 @@
     android:textSize="18dp"
     app:layout_constraintBottom_toTopOf="@+id/text_view_sub_title"
     app:layout_constraintStart_toStartOf="parent"
-    tools:text="진주, 로스팅웨어"
-    tools:textColor="@color/C000000"/>
+    tools:text="진주, 로스팅웨어"/>
 
   <TextView
     android:id="@+id/text_view_sub_title"
@@ -188,6 +187,5 @@
     app:layout_constraintBottom_toTopOf="@+id/layout_pager"
     app:layout_constraintStart_toStartOf="parent"
     tools:text="대문샷을 부르는 감각적인 로스팅 팩토리
-대문샷을 부르는 감각적인 로스팅 팩토리"
-    tools:textColor="@color/C000000"/>
+대문샷을 부르는 감각적인 로스팅 팩토리"/>
 </android.support.constraint.ConstraintLayout>