|
|
@@ -54,7 +54,6 @@
|
|
|
/>
|
|
|
|
|
|
|
|
|
-
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
android:id="@+id/layout_pager"
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -165,28 +164,43 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_title"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
android:layout_marginBottom="4dp"
|
|
|
+ android:ellipsize="end"
|
|
|
android:lineSpacingExtra="7dp"
|
|
|
+ android:maxLines="2"
|
|
|
android:textColor="@color/CFFFFFF"
|
|
|
android:textSize="18dp"
|
|
|
+ app:layout_constrainedWidth="true"
|
|
|
app:layout_constraintBottom_toTopOf="@+id/text_view_sub_title"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- tools:text="진주, 로스팅웨어"/>
|
|
|
+ tools:text="대문샷을 부르는 감각적인 로스팅 팩토리
|
|
|
+대문샷을 부르는 감각적인 로스팅 팩토리 대문샷을 부르는 감각적인 로스팅 팩토리
|
|
|
+대문샷을 부르는 감각적인 로스팅 팩토리 대문샷을 부르는 감각적인 로스팅 팩토리
|
|
|
+대문샷을 부르는 감각적인 로스팅 팩토리"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_sub_title"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
android:layout_marginBottom="4dp"
|
|
|
+ android:ellipsize="end"
|
|
|
android:lineSpacingExtra="4dp"
|
|
|
+ android:maxLines="2"
|
|
|
android:textColor="@color/CFFFFFF"
|
|
|
android:textSize="12sp"
|
|
|
+ app:layout_constrainedWidth="true"
|
|
|
app:layout_constraintBottom_toTopOf="@+id/layout_pager"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
tools:text="대문샷을 부르는 감각적인 로스팅 팩토리
|
|
|
+대문샷을 부르는 감각적인 로스팅 팩토리 대문샷을 부르는 감각적인 로스팅 팩토리
|
|
|
+대문샷을 부르는 감각적인 로스팅 팩토리 대문샷을 부르는 감각적인 로스팅 팩토리
|
|
|
대문샷을 부르는 감각적인 로스팅 팩토리"/>
|
|
|
</android.support.constraint.ConstraintLayout>
|