|
|
@@ -14,23 +14,27 @@
|
|
|
android:lineSpacingExtra="4sp"
|
|
|
android:textColor="@color/C666666"
|
|
|
android:textSize="11sp"
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/text_view_main_fourth_category_title2"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
- tools:text="알짜배기 투자전략"
|
|
|
- />
|
|
|
+ tools:text="알짜배기 투자전략"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_main_fourth_category_title2"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="160dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="5dp"
|
|
|
android:lineSpacingExtra="6sp"
|
|
|
+ android:maxLines="2"
|
|
|
android:textColor="@color/C000000"
|
|
|
android:textSize="14sp"
|
|
|
+ android:ellipsize="end"
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/text_view_main_fourth_category_title3"
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/image_view_main_fourth_category"
|
|
|
+ app:layout_constraintHorizontal_chainStyle="spread_inside"
|
|
|
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"
|
|
|
@@ -40,6 +44,7 @@
|
|
|
android:lineSpacingExtra="4sp"
|
|
|
android:textColor="@color/C999999"
|
|
|
android:textSize="11sp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/text_view_main_fourth_category_title2"
|
|
|
tools:text="경제/비즈니스"
|
|
|
@@ -50,7 +55,7 @@
|
|
|
android:layout_width="124dp"
|
|
|
android:layout_height="93dp"
|
|
|
android:scaleType="fitXY"
|
|
|
- tools:src="@drawable/img_bestbucket_banner_5"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
- />
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/text_view_main_fourth_category_title2"
|
|
|
+ tools:src="@drawable/img_bestbucket_banner_5"/>
|
|
|
</android.support.constraint.ConstraintLayout>
|