|
@@ -3,8 +3,8 @@
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
xmlns:tool="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:paddingTop="15dp"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingTop="15dp">
|
|
|
|
|
|
|
|
|
<ImageView
|
|
@@ -18,12 +18,14 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_title"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginEnd="10dp"
|
|
|
android:textColor="@color/color_333333"
|
|
|
android:textSize="@dimen/sp_16"
|
|
|
app:layout_constraintLeft_toRightOf="@+id/im_type"
|
|
|
+ app:layout_constraintRight_toLeftOf="@+id/tv_date"
|
|
|
app:layout_constraintTop_toTopOf="@+id/im_type"
|
|
|
tool:text="陪练课购买" />
|
|
|
|
|
@@ -31,8 +33,8 @@
|
|
|
android:id="@+id/view_unread"
|
|
|
android:layout_width="@dimen/dp_6"
|
|
|
android:layout_height="@dimen/dp_6"
|
|
|
- android:visibility="gone"
|
|
|
android:background="@drawable/bg_red_ovil"
|
|
|
+ android:visibility="gone"
|
|
|
app:layout_constraintLeft_toRightOf="@+id/tv_title"
|
|
|
app:layout_constraintTop_toTopOf="@+id/im_type" />
|
|
|
|