|
@@ -4,13 +4,13 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="#EFEFF4"
|
|
|
|
|
|
|
+ android:background="#EFEFF4"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
<android.support.constraint.ConstraintLayout
|
|
|
android:id="@+id/cell_content_view"
|
|
android:id="@+id/cell_content_view"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="96dp"
|
|
|
|
|
|
|
+ android:layout_height="112dp"
|
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_marginLeft="5dp"
|
|
|
android:layout_marginRight="5dp"
|
|
android:layout_marginRight="5dp"
|
|
|
android:background="@drawable/list_corner_round_bg"
|
|
android:background="@drawable/list_corner_round_bg"
|
|
@@ -20,7 +20,7 @@
|
|
|
android:id="@+id/iv_status"
|
|
android:id="@+id/iv_status"
|
|
|
android:layout_width="42dp"
|
|
android:layout_width="42dp"
|
|
|
android:layout_height="42dp"
|
|
android:layout_height="42dp"
|
|
|
- android:layout_marginTop="4dp"
|
|
|
|
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
app:layout_constraintStart_toStartOf="@+id/tv_title"
|
|
app:layout_constraintStart_toStartOf="@+id/tv_title"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_time"
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_time"
|
|
|
app:srcCompat="@drawable/ic_launcher" />
|
|
app:srcCompat="@drawable/ic_launcher" />
|
|
@@ -29,9 +29,9 @@
|
|
|
android:id="@+id/tv_title"
|
|
android:id="@+id/tv_title"
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginEnd="13dp"
|
|
|
|
|
android:layout_marginStart="13dp"
|
|
android:layout_marginStart="13dp"
|
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginTop="8dp"
|
|
|
|
|
+ android:layout_marginEnd="13dp"
|
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
|
android:singleLine="true"
|
|
android:singleLine="true"
|
|
|
android:text="TextView"
|
|
android:text="TextView"
|
|
@@ -45,8 +45,8 @@
|
|
|
android:id="@+id/tv_time"
|
|
android:id="@+id/tv_time"
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
|
|
android:layout_marginTop="2dp"
|
|
android:layout_marginTop="2dp"
|
|
|
|
|
+ android:layout_marginEnd="8dp"
|
|
|
android:text="TextView"
|
|
android:text="TextView"
|
|
|
android:textColor="@color/icon_red"
|
|
android:textColor="@color/icon_red"
|
|
|
android:textSize="9.7sp"
|
|
android:textSize="9.7sp"
|
|
@@ -71,6 +71,21 @@
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="16dp"
|
|
android:layout_height="16dp"
|
|
|
android:layout_marginStart="7dp"
|
|
android:layout_marginStart="7dp"
|
|
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
|
|
+ android:ellipsize="end"
|
|
|
|
|
+ android:singleLine="true"
|
|
|
|
|
+ android:text="TextView"
|
|
|
|
|
+ android:textColor="@color/icon_gray"
|
|
|
|
|
+ android:textSize="12.7sp"
|
|
|
|
|
+ app:layout_constraintEnd_toEndOf="@+id/tv_title"
|
|
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/iv_status"
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tv_time" />
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/tv_po"
|
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
|
+ android:layout_height="16dp"
|
|
|
|
|
+ android:layout_marginStart="7dp"
|
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
|
android:singleLine="true"
|
|
android:singleLine="true"
|
|
|
android:text="TextView"
|
|
android:text="TextView"
|
|
@@ -78,15 +93,15 @@
|
|
|
android:textSize="12.7sp"
|
|
android:textSize="12.7sp"
|
|
|
app:layout_constraintEnd_toEndOf="@+id/tv_title"
|
|
app:layout_constraintEnd_toEndOf="@+id/tv_title"
|
|
|
app:layout_constraintStart_toEndOf="@+id/iv_status"
|
|
app:layout_constraintStart_toEndOf="@+id/iv_status"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/iv_status" />
|
|
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tv_description" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_detail"
|
|
android:id="@+id/tv_detail"
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
|
- android:layout_marginBottom="2dp"
|
|
|
|
|
android:layout_marginStart="7dp"
|
|
android:layout_marginStart="7dp"
|
|
|
android:layout_marginTop="2dp"
|
|
android:layout_marginTop="2dp"
|
|
|
|
|
+ android:layout_marginBottom="2dp"
|
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
|
android:lines="2"
|
|
android:lines="2"
|
|
|
android:text="TextView"
|
|
android:text="TextView"
|
|
@@ -95,7 +110,7 @@
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="@+id/tv_title"
|
|
app:layout_constraintEnd_toEndOf="@+id/tv_title"
|
|
|
app:layout_constraintStart_toEndOf="@+id/iv_status"
|
|
app:layout_constraintStart_toEndOf="@+id/iv_status"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/tv_description" />
|
|
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tv_po" />
|
|
|
|
|
|
|
|
<View
|
|
<View
|
|
|
|
|
|