|
|
@@ -7,6 +7,7 @@
|
|
|
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"
|
|
|
@@ -14,6 +15,43 @@
|
|
|
android:nestedScrollingEnabled="false">
|
|
|
|
|
|
</android.support.v7.widget.RecyclerView>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="183dp"
|
|
|
+ android:background="@drawable/listicle_dim_top"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ android:rotation="180"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="183dp"
|
|
|
+ android:background="@drawable/listicle_dim_bottom_15"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="190dp"
|
|
|
+ android:background="@drawable/listicle_dim_bottom_30"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@drawable/listicle_dim_full"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ />
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
android:id="@+id/layout_pager"
|
|
|
@@ -111,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"
|
|
|
@@ -136,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"
|
|
|
@@ -151,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>
|