|
|
@@ -94,20 +94,22 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_1"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="15dp"
|
|
|
android:layout_marginEnd="15dp"
|
|
|
android:layout_marginBottom="15dp"
|
|
|
android:lineSpacingExtra="6sp"
|
|
|
android:textColor="@color/CFFFFFF"
|
|
|
+ android:maxLines="1"
|
|
|
+ android:ellipsize="end"
|
|
|
android:textSize="14sp"
|
|
|
app:layout_constrainedWidth="true"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintHorizontal_bias="0"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- tools:text="여행은 돈쓰는 만큼"/>
|
|
|
+ tools:text="여행은 돈쓰는 만큼디즈니랜드 여행디즈니랜드 여행"/>
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
@@ -146,13 +148,14 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_2"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="10dp"
|
|
|
android:layout_marginEnd="10dp"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
android:lineSpacingExtra="6sp"
|
|
|
- android:maxLines="2"
|
|
|
+ android:maxLines="1"
|
|
|
+ android:ellipsize="end"
|
|
|
android:textColor="@color/CFFFFFF"
|
|
|
android:textSize="12sp"
|
|
|
app:layout_constrainedWidth="true"
|
|
|
@@ -160,7 +163,7 @@
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintHorizontal_bias="0"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- tools:text="디즈니랜드 여행"/>
|
|
|
+ tools:text="디즈니랜드 여행디즈니랜드 여행"/>
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
@@ -198,13 +201,14 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_3"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="10dp"
|
|
|
android:layout_marginEnd="10dp"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
android:lineSpacingExtra="6sp"
|
|
|
- android:maxLines="2"
|
|
|
+ android:maxLines="1"
|
|
|
+ android:ellipsize="end"
|
|
|
android:textColor="@color/CFFFFFF"
|
|
|
android:textSize="12sp"
|
|
|
app:layout_constrainedWidth="true"
|
|
|
@@ -212,6 +216,6 @@
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintHorizontal_bias="0"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- tools:text="디즈니랜드 여행"/>
|
|
|
+ tools:text="디즈니랜드 여행디즈니랜드 여행디즈니랜드 여행"/>
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
</android.support.constraint.ConstraintLayout>
|