|
@@ -97,11 +97,27 @@
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
+ android:id="@+id/iv_center"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:adjustViewBounds="true"
|
|
|
+ android:src="@drawable/ac_check_prepare"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintWidth_percent="0.367" />
|
|
|
+
|
|
|
+
|
|
|
<ImageView
|
|
|
+ android:scaleX="0.95"
|
|
|
+ android:scaleY="0.95"
|
|
|
android:id="@+id/iv_tip"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="27dp"
|
|
|
+ android:layout_marginBottom="15dp"
|
|
|
android:adjustViewBounds="true"
|
|
|
android:src="@drawable/ac_icon_delay_check_tip1"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
@@ -118,20 +134,6 @@
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/iv_tip"
|
|
|
app:layout_constraintRight_toRightOf="@+id/iv_tip" />
|
|
|
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_marginTop="6dp"
|
|
|
- android:id="@+id/iv_center"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:adjustViewBounds="true"
|
|
|
- android:src="@drawable/ac_check_prepare"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintWidth_percent="0.367" />
|
|
|
-
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_earphone_tip"
|
|
|
android:layout_width="wrap_content"
|