|
|
@@ -4,51 +4,65 @@
|
|
|
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="93dp">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_main_fourth_category_title1"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="7dp"
|
|
|
+ android:layout_marginEnd="28dp"
|
|
|
+ android:ellipsize="end"
|
|
|
android:lineSpacingExtra="4sp"
|
|
|
+ android:singleLine="true"
|
|
|
android:textColor="@color/C666666"
|
|
|
android:textSize="11sp"
|
|
|
+ app:layout_constrainedWidth="true"
|
|
|
app:layout_constraintBottom_toTopOf="@+id/text_view_main_fourth_category_title2"
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/image_view_main_fourth_category"
|
|
|
+ app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
- tools:text="알짜배기 투자전략"/>
|
|
|
+ app:layout_constraintVertical_chainStyle="spread_inside"
|
|
|
+ tools:text="알짜배기 투자전략dddddddddddddd"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_main_fourth_category_title2"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="5dp"
|
|
|
+ android:layout_marginEnd="28dp"
|
|
|
android:ellipsize="end"
|
|
|
android:lineSpacingExtra="6sp"
|
|
|
- android:maxLines="2"
|
|
|
android:maxWidth="150dp"
|
|
|
+ android:maxLines="2"
|
|
|
android:textColor="@color/C000000"
|
|
|
android:textSize="14sp"
|
|
|
+ app:layout_constrainedWidth="true"
|
|
|
app:layout_constraintBottom_toTopOf="@+id/text_view_main_fourth_category_title3"
|
|
|
- app:layout_constraintHorizontal_chainStyle="spread_inside"
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/image_view_main_fourth_category"
|
|
|
+ app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/text_view_main_fourth_category_title1"
|
|
|
- tools:text="개미 벗어나기
누구나 주주가 될 수 있다?"/>
|
|
|
+ tools:text="개미 벗어나기
누구나 주개미 벗어나기
누구나 주개미 벗어나기
누구나 주개미 벗어나기
누구나 주개미 벗어나기
누구나 주개미 벗어나기
누구나 주"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_main_fourth_category_title3"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:layout_marginEnd="28dp"
|
|
|
+ android:layout_marginBottom="7dp"
|
|
|
android:lineSpacingExtra="4sp"
|
|
|
android:textColor="@color/C999999"
|
|
|
android:textSize="11sp"
|
|
|
+ app:layout_constrainedWidth="true"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/image_view_main_fourth_category"
|
|
|
+ app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/text_view_main_fourth_category_title2"
|
|
|
- tools:text="경제/비즈니스"
|
|
|
- />
|
|
|
+ tools:text="경제/비즈니스"/>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/image_view_main_fourth_category"
|