| | |
| | | app:actualImageScaleType="centerCrop" |
| | | app:failureImage="@color/grey_f1" |
| | | android:layout_height="match_parent"/> |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | |
| | | |
| | |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | android:src="@mipmap/quanping"/> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | <RelativeLayout |
| | | android:id="@+id/rv_3" |
| | | android:layout_width="0dp" |
| | | app:layout_constraintStart_toStartOf="@id/cl_3" |
| | | app:layout_constraintEnd_toEndOf="@id/cl_3" |
| | | app:layout_constraintTop_toTopOf="@id/cl_3" |
| | | android:elevation="2dp" |
| | | app:layout_constraintBottom_toBottomOf="@id/cl_3" |
| | | android:layout_height="0dp"> |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/result_3" |
| | | android:layout_centerInParent="true" |
| | | android:visibility="gone" |
| | | android:src="@mipmap/successs"/> |
| | | </RelativeLayout> |
| | | <RelativeLayout |
| | | android:id="@+id/rv_5" |
| | | android:layout_width="0dp" |
| | | app:layout_constraintStart_toStartOf="@id/cl_5" |
| | | app:layout_constraintEnd_toEndOf="@id/cl_5" |
| | | app:layout_constraintTop_toTopOf="@id/cl_5" |
| | | android:elevation="2dp" |
| | | app:layout_constraintBottom_toBottomOf="@id/cl_5" |
| | | android:layout_height="0dp"> |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/result_5" |
| | | android:layout_centerInParent="true" |
| | | android:visibility="gone" |
| | | android:src="@mipmap/successs"/> |
| | | </RelativeLayout> |
| | | <RelativeLayout |
| | | android:id="@+id/rv_6" |
| | | android:layout_width="0dp" |
| | | app:layout_constraintStart_toStartOf="@id/cl_6" |
| | | app:layout_constraintEnd_toEndOf="@id/cl_6" |
| | | app:layout_constraintTop_toTopOf="@id/cl_6" |
| | | android:elevation="2dp" |
| | | app:layout_constraintBottom_toBottomOf="@id/cl_6" |
| | | android:layout_height="0dp"> |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/result_6" |
| | | android:layout_centerInParent="true" |
| | | android:visibility="gone" |
| | | android:src="@mipmap/successs"/> |
| | | </RelativeLayout> |
| | | |
| | | |
| | | </androidx.constraintlayout.motion.widget.MotionLayout> |