| | |
| | | app:layout_constraintTop_toBottomOf="@id/cl_address" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | android:layout_margin="14dp" |
| | | app:roundedCornerRadius="3dp" |
| | | app:placeholderImage="@color/page_bg" |
| | | app:actualImageScaleType="centerCrop" |
| | | android:id="@+id/iv_goods"/> |
| | |
| | | android:id="@+id/tv_order_num" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_2" |
| | | app:layout_constraintEnd_toEndOf="@id/tv_name" |
| | | android:textColor="@color/textColor" |
| | | android:textColor="@color/textColor66" |
| | | android:textStyle="bold" |
| | | android:layout_marginTop="12dp" |
| | | android:textSize="12sp"/> |
| | |
| | | android:id="@+id/tv_goods_count" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_order_num" |
| | | app:layout_constraintEnd_toEndOf="@id/tv_name" |
| | | android:textColor="@color/textColor" |
| | | android:textColor="@color/textColor66" |
| | | android:textStyle="bold" |
| | | android:layout_marginTop="12dp" |
| | | android:textSize="12sp"/> |
| | |
| | | android:id="@+id/tv_total_score" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_goods_count" |
| | | app:layout_constraintEnd_toEndOf="@id/tv_name" |
| | | android:textColor="@color/textColor" |
| | | android:textColor="@color/textColor66" |
| | | android:textStyle="bold" |
| | | android:layout_marginTop="12dp" |
| | | app:layout_constraintBottom_toBottomOf="parent" |