|
|
@@ -4,37 +4,31 @@
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ android:layout_marginBottom="7dp">
|
|
|
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
- android:id="@+id/layout_first"
|
|
|
- android:layout_width="match_parent"
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/text_view_number"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent">
|
|
|
+ android:lineSpacingExtra="5.5sp"
|
|
|
+ android:textColor="@color/CD0D0D0"
|
|
|
+ android:textSize="14sp"
|
|
|
+ tools:text="1."
|
|
|
+ />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/text_view_number1"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="5.5sp"
|
|
|
- android:textColor="@color/CD0D0D0"
|
|
|
- android:textSize="14sp"
|
|
|
- tools:text="1."
|
|
|
- />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/text_view_detail1"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:letterSpacing="-0.05"
|
|
|
- android:lineSpacingExtra="9sp"
|
|
|
- android:paddingEnd="30dp"
|
|
|
- android:textColor="@color/C666666"
|
|
|
- android:textSize="13sp"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/text_view_number1"
|
|
|
- tools:text="대표적인 아트마켓이자 세계 주요 컬렉터들과 미술 관계자들이 한자리에 모이는 미술축제"
|
|
|
- />
|
|
|
-
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/text_view_detail"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:letterSpacing="-0.05"
|
|
|
+ android:lineSpacingExtra="9sp"
|
|
|
+ android:layout_marginEnd="9dp"
|
|
|
+ android:paddingEnd="30dp"
|
|
|
+ android:textColor="@color/C666666"
|
|
|
+ android:textSize="13sp"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/text_view_number"
|
|
|
+ tools:text="대표적인 아트마켓이자 세계 주요 컬렉터들과 미술 관계자들이 한자리에 모이는 미술축제"
|
|
|
+ />
|
|
|
</android.support.constraint.ConstraintLayout>
|