|
@@ -4,9 +4,7 @@
|
|
|
|
|
|
<data >
|
|
|
|
|
|
- <variable
|
|
|
- name="timeOn"
|
|
|
- type="String" />
|
|
|
+
|
|
|
<variable
|
|
|
name="item"
|
|
|
type="com.quansu.heifengwuliu.model.DataInfoBean.OrderBean.ReceiveBean" />
|
|
@@ -26,12 +24,38 @@
|
|
|
android:gravity="center_vertical"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
- <com.qmuiteam.qmui.widget.QMUIRadiusImageView
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="25dp"
|
|
|
+ android:layout_height="25dp"
|
|
|
+ android:src="@drawable/ic_time"
|
|
|
+ android:layout_marginEnd="@dimen/dp_10"
|
|
|
+ />
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:textSize="@dimen/sp_15"
|
|
|
+ android:textColor="@color/text_title"
|
|
|
+ android:text="@{item.time}"
|
|
|
+ tools:text="08-01-1"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ </TextView>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
android:layout_width="25dp"
|
|
|
android:layout_height="25dp"
|
|
|
- android:src="@drawable/ic_math"
|
|
|
+ android:src="@drawable/ic_enter"
|
|
|
android:layout_marginEnd="@dimen/dp_10"
|
|
|
- app:qmui_is_circle="true" />
|
|
|
+ />
|
|
|
|
|
|
|
|
|
<TextView
|
|
@@ -51,6 +75,7 @@
|
|
|
android:gravity="center_vertical"
|
|
|
android:paddingStart="35dp"
|
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:layout_marginBottom="@dimen/dp_5"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
<TextView
|
|
@@ -90,51 +115,6 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
- android:layout_marginBottom="@dimen/dp_5"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <com.qmuiteam.qmui.widget.QMUIRadiusImageView
|
|
|
- android:layout_width="25dp"
|
|
|
- android:layout_height="25dp"
|
|
|
- android:layout_marginEnd="@dimen/dp_10"
|
|
|
- android:src="@drawable/ic_math"
|
|
|
- app:qmui_is_circle="true" />
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
-
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:textColor="@color/text_title"
|
|
|
- android:textSize="@dimen/sp_15"
|
|
|
- android:text="@{timeOn}"
|
|
|
- tools:text="08-03 17:05"></TextView>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/dp_10"
|
|
|
- android:layout_marginEnd="@dimen/dp_10"
|
|
|
- android:text="至"
|
|
|
- android:textColor="@color/text_title"
|
|
|
- android:textSize="@dimen/sp_15"></TextView>
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
-
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="@{item.time}"
|
|
|
- android:textColor="@color/text_title"
|
|
|
- android:textSize="@dimen/sp_15"
|
|
|
- tools:text="08-03 17:05"></TextView>
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|