|
@@ -13,20 +13,12 @@
|
|
|
android:scaleType="centerCrop"
|
|
|
android:src="@drawable/ac_delay_check_bg" />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:scaleType="centerCrop"
|
|
|
- android:visibility="visible"
|
|
|
- android:id="@+id/iv_star"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:src="@drawable/ac_delay_check_bg2" />
|
|
|
-
|
|
|
-
|
|
|
<com.airbnb.lottie.LottieAnimationView
|
|
|
android:id="@+id/view_anim2"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_gravity="center"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:lottie_autoPlay="true"
|
|
@@ -35,46 +27,28 @@
|
|
|
app:lottie_clipToCompositionBounds="false"
|
|
|
app:lottie_rawRes="@raw/ac_delaycheck_shooting_star_anim" />
|
|
|
|
|
|
- <FrameLayout
|
|
|
- android:id="@+id/fl_ball"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_marginBottom="12dp"
|
|
|
- android:id="@+id/iv_ball"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginEnd="-40dp"
|
|
|
- android:src="@drawable/ac_icon_ball" />
|
|
|
- </FrameLayout>
|
|
|
|
|
|
- <FrameLayout
|
|
|
- android:id="@+id/fl_ball2"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <com.airbnb.lottie.LottieAnimationView
|
|
|
+ android:id="@+id/view_anim3"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_marginBottom="70dp"
|
|
|
- android:id="@+id/iv_ball2"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="-45dp"
|
|
|
- android:src="@drawable/ac_icon_ball2" />
|
|
|
- </FrameLayout>
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:lottie_autoPlay="true"
|
|
|
+ app:lottie_imageAssetsFolder="acc_lottie/accompany/images/"
|
|
|
+ app:lottie_loop="true"
|
|
|
+ app:lottie_clipToCompositionBounds="true"
|
|
|
+ app:lottie_rawRes="@raw/ac_delaycheck_bottom_bg_anim" />
|
|
|
|
|
|
<com.airbnb.lottie.LottieAnimationView
|
|
|
android:id="@+id/view_anim1"
|
|
|
- android:layout_width="204dp"
|
|
|
- android:layout_height="130dp"
|
|
|
+ android:layout_width="96dp"
|
|
|
+ android:layout_height="87dp"
|
|
|
+ android:layout_marginStart="11dp"
|
|
|
+ app:layout_constraintLeft_toRightOf="@+id/iv_center"
|
|
|
android:layout_gravity="center"
|
|
|
- android:layout_marginTop="84dp"
|
|
|
- android:layout_marginStart="32dp"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ android:layout_marginTop="41dp"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:lottie_autoPlay="true"
|
|
|
app:lottie_imageAssetsFolder="acc_lottie/accompany/images/"
|
|
@@ -82,8 +56,34 @@
|
|
|
app:lottie_clipToCompositionBounds="false"
|
|
|
app:lottie_rawRes="@raw/ac_delaycheck_bubble_anim" />
|
|
|
|
|
|
+ <com.airbnb.lottie.LottieAnimationView
|
|
|
+ android:id="@+id/view_anim4"
|
|
|
+ android:layout_width="96dp"
|
|
|
+ android:layout_height="180dp"
|
|
|
+ android:layout_marginStart="11dp"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:lottie_autoPlay="true"
|
|
|
+ app:lottie_imageAssetsFolder="acc_lottie/accompany/images/"
|
|
|
+ app:lottie_loop="true"
|
|
|
+ app:lottie_clipToCompositionBounds="false"
|
|
|
+ app:lottie_rawRes="@raw/ac_delaycheck_right_anim" />
|
|
|
|
|
|
|
|
|
+ <com.airbnb.lottie.LottieAnimationView
|
|
|
+ android:id="@+id/view_anim5"
|
|
|
+ android:layout_width="220dp"
|
|
|
+ android:layout_height="162dp"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:lottie_autoPlay="true"
|
|
|
+ app:lottie_imageAssetsFolder="acc_lottie/accompany/images/"
|
|
|
+ app:lottie_loop="true"
|
|
|
+ app:lottie_clipToCompositionBounds="false"
|
|
|
+ app:lottie_rawRes="@raw/ac_delaycheck_left_anim" />
|
|
|
+
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_close"
|
|
|
android:layout_width="wrap_content"
|
|
@@ -95,18 +95,17 @@
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
<ImageView
|
|
|
- app:layout_constraintBottom_toTopOf="@+id/iv_center"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
android:id="@+id/iv_tip"
|
|
|
android:layout_width="0dp"
|
|
|
app:layout_constraintWidth_percent="0.418"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:adjustViewBounds="true"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
+ android:layout_marginBottom="27dp"
|
|
|
app:layout_constraintVertical_chainStyle="packed"
|
|
|
android:src="@drawable/ac_icon_delay_check_tip1"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
+ app:layout_constraintRight_toRightOf="parent" />
|
|
|
|
|
|
<View
|
|
|
android:id="@+id/view_retry"
|
|
@@ -118,22 +117,23 @@
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/iv_tip"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
android:src="@drawable/ac_check_prepare"
|
|
|
android:id="@+id/iv_center"
|
|
|
android:layout_width="0dp"
|
|
|
android:adjustViewBounds="true"
|
|
|
- app:layout_constraintWidth_percent="0.383"
|
|
|
+ app:layout_constraintWidth_percent="0.367"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
+ tools:visibility="visible"
|
|
|
android:visibility="gone"
|
|
|
android:id="@+id/ll_earphone_tip"
|
|
|
- android:layout_marginBottom="46dp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ android:layout_marginTop="24dp"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="38dp"
|
|
|
android:background="@drawable/acc_shape_70000000_19dp"
|
|
@@ -141,7 +141,6 @@
|
|
|
android:orientation="horizontal"
|
|
|
android:paddingStart="11dp"
|
|
|
android:paddingEnd="7dp"
|
|
|
- tools:visibility ="visible"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent">
|
|
|
|
|
@@ -167,7 +166,7 @@
|
|
|
android:paddingStart="10dp"
|
|
|
android:paddingEnd="10dp"
|
|
|
android:text="我知道了"
|
|
|
- android:textColor="@color/color_01c1b5"
|
|
|
+ android:textColor="@color/color_2cb99e"
|
|
|
android:textSize="@dimen/sp_14" />
|
|
|
|
|
|
</LinearLayout>
|