|
@@ -26,6 +26,8 @@
|
|
|
android:layout_marginEnd="10dp"
|
|
|
android:textColor="@color/color_333333"
|
|
|
android:textSize="@dimen/sp_16"
|
|
|
+ android:maxLines="2"
|
|
|
+ android:ellipsize="end"
|
|
|
app:layout_constraintLeft_toRightOf="@+id/im_type"
|
|
|
app:layout_constraintRight_toLeftOf="@+id/tv_date"
|
|
|
app:layout_constraintTop_toTopOf="@+id/im_type"
|
|
@@ -42,6 +44,7 @@
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
+ android:minHeight="36dp"
|
|
|
android:id="@+id/tv_content"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -49,7 +52,7 @@
|
|
|
android:layout_marginTop="3dp"
|
|
|
android:layout_marginRight="17dp"
|
|
|
android:ellipsize="end"
|
|
|
- android:maxLines="5"
|
|
|
+ android:maxLines="2"
|
|
|
android:textColor="@color/color_7a7a7a"
|
|
|
android:textSize="@dimen/sp_13"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|