|
@@ -2,138 +2,170 @@
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
- android:layout_width="71dp"
|
|
|
|
|
- android:layout_height="wrap_content">
|
|
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:minWidth="71dp"
|
|
|
|
|
+ android:layout_height="76dp">
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
|
|
+ <androidx.appcompat.widget.LinearLayoutCompat
|
|
|
android:id="@+id/non_next_task_coin_container"
|
|
android:id="@+id/non_next_task_coin_container"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="15dp"
|
|
|
|
|
- android:layout_marginTop="14dp"
|
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginBottom="6dp"
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
android:visibility="gone"
|
|
android:visibility="gone"
|
|
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/task_node"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
- tools:ignore="MissingConstraints">
|
|
|
|
|
|
|
+ tools:visibility="visible">
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
- android:id="@+id/iv_non_next_task_coin_num"
|
|
|
|
|
|
|
+ android:id="@+id/iv_non_next_task_gold_coin_num"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:includeFontPadding="false"
|
|
|
|
|
|
|
+ android:layout_marginHorizontal="10dp"
|
|
|
|
|
+ android:drawableEnd="@drawable/wallet_day_recharge_glod_coin"
|
|
|
|
|
+ android:drawablePadding="2dp"
|
|
|
android:textColor="@color/color_CE6006"
|
|
android:textColor="@color/color_CE6006"
|
|
|
- android:textSize="12sp"
|
|
|
|
|
- tools:text="88888" />
|
|
|
|
|
|
|
+ android:textSize="11sp"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
+ tools:text="8888" />
|
|
|
|
|
|
|
|
- <androidx.appcompat.widget.AppCompatImageView
|
|
|
|
|
- android:layout_width="18dp"
|
|
|
|
|
- android:layout_height="15dp"
|
|
|
|
|
- android:src="@drawable/wallet_recharge_non_next_task_coin_ic" />
|
|
|
|
|
|
|
+ <androidx.appcompat.widget.AppCompatTextView
|
|
|
|
|
+ android:id="@+id/iv_non_next_task_lucky_coin_num"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginHorizontal="10dp"
|
|
|
|
|
+ android:drawableEnd="@drawable/wallet_day_recharge_luck_coin"
|
|
|
|
|
+ android:drawablePadding="2dp"
|
|
|
|
|
+ android:textColor="#3E903E"
|
|
|
|
|
+ android:textSize="11sp"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/iv_non_next_task_gold_coin_num"
|
|
|
|
|
+ tools:text="8888"
|
|
|
|
|
+ tools:visibility="visible" />
|
|
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
|
+ </androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:id="@+id/next_task_coin_container"
|
|
android:id="@+id/next_task_coin_container"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="20dp"
|
|
|
|
|
- android:layout_marginTop="10dp"
|
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginBottom="2dp"
|
|
|
android:visibility="gone"
|
|
android:visibility="gone"
|
|
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/task_node"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
tools:ignore="MissingConstraints"
|
|
tools:ignore="MissingConstraints"
|
|
|
tools:visibility="visible">
|
|
tools:visibility="visible">
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:layout_width="0dp"
|
|
|
|
|
- android:layout_height="0dp"
|
|
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
- app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
|
+ android:id="@+id/layout"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/bottom">
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="17dp"
|
|
|
|
|
|
|
+ android:id="@+id/iv_bg"
|
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
|
+ android:layout_height="0dp"
|
|
|
android:background="@drawable/wallet_recharge_next_task_bg"
|
|
android:background="@drawable/wallet_recharge_next_task_bg"
|
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
- <androidx.appcompat.widget.AppCompatImageView
|
|
|
|
|
- android:layout_width="9dp"
|
|
|
|
|
- android:layout_height="4dp"
|
|
|
|
|
- android:background="@drawable/wallet_recharge_next_task_arrow_ic"
|
|
|
|
|
|
|
+ <androidx.appcompat.widget.AppCompatTextView
|
|
|
|
|
+ android:id="@+id/iv_next_task_gold_coin_num"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginHorizontal="10dp"
|
|
|
|
|
+ android:layout_marginTop="3dp"
|
|
|
|
|
+ android:layout_marginBottom="2dp"
|
|
|
|
|
+ android:drawableEnd="@drawable/wallet_day_recharge_glod_coin"
|
|
|
|
|
+ android:drawablePadding="2dp"
|
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
|
+ android:textSize="11sp"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/iv_next_task_lucky_coin_num"
|
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
+ tools:text="8888" />
|
|
|
|
|
+
|
|
|
|
|
+ <androidx.appcompat.widget.AppCompatTextView
|
|
|
|
|
+ android:id="@+id/iv_next_task_lucky_coin_num"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginHorizontal="10dp"
|
|
|
|
|
+ android:layout_marginBottom="3dp"
|
|
|
|
|
+ android:drawableEnd="@drawable/wallet_day_recharge_luck_coin"
|
|
|
|
|
+ android:drawablePadding="2dp"
|
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
|
+ android:textSize="11sp"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent" />
|
|
|
|
|
-
|
|
|
|
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/iv_next_task_gold_coin_num"
|
|
|
|
|
+ tools:text="8888"
|
|
|
|
|
+ tools:visibility="visible" />
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
|
|
- android:id="@+id/iv_next_task_coin_num"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="17dp"
|
|
|
|
|
- android:layout_marginStart="6dp"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:includeFontPadding="false"
|
|
|
|
|
- android:textColor="@color/color_FFFFFF"
|
|
|
|
|
- android:textSize="11sp"
|
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
- tools:text="88888" />
|
|
|
|
|
-
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
- android:layout_width="18dp"
|
|
|
|
|
- android:layout_height="15dp"
|
|
|
|
|
- android:layout_marginEnd="6dp"
|
|
|
|
|
- android:src="@drawable/wallet_recharge_next_task_coin_ic"
|
|
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/iv_next_task_coin_num"
|
|
|
|
|
|
|
+ android:id="@+id/bottom"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:src="@drawable/wallet_icon_day_bottom"
|
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/iv_next_task_coin_num"
|
|
|
|
|
- app:layout_constraintTop_toTopOf="@+id/iv_next_task_coin_num" />
|
|
|
|
|
|
|
+ app:layout_constraintStart_toStartOf="parent" />
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
- <androidx.appcompat.widget.AppCompatImageView
|
|
|
|
|
- android:id="@+id/task_node"
|
|
|
|
|
- android:layout_width="13dp"
|
|
|
|
|
- android:layout_height="13dp"
|
|
|
|
|
- android:layout_marginTop="35dp"
|
|
|
|
|
- android:visibility="gone"
|
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
- tools:ignore="MissingConstraints"
|
|
|
|
|
- tools:visibility="visible" />
|
|
|
|
|
-
|
|
|
|
|
<com.opensource.svgaplayer.WenextSvgaView
|
|
<com.opensource.svgaplayer.WenextSvgaView
|
|
|
android:id="@+id/task_gift"
|
|
android:id="@+id/task_gift"
|
|
|
android:layout_width="35dp"
|
|
android:layout_width="35dp"
|
|
|
android:layout_height="35dp"
|
|
android:layout_height="35dp"
|
|
|
- android:layout_marginTop="25dp"
|
|
|
|
|
android:visibility="gone"
|
|
android:visibility="gone"
|
|
|
app:autoPlay="false"
|
|
app:autoPlay="false"
|
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="@id/task_node"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/task_node"
|
|
|
app:loopCount="1"
|
|
app:loopCount="1"
|
|
|
tools:ignore="MissingConstraints"
|
|
tools:ignore="MissingConstraints"
|
|
|
tools:visibility="visible" />
|
|
tools:visibility="visible" />
|
|
|
|
|
|
|
|
|
|
+ <androidx.appcompat.widget.AppCompatImageView
|
|
|
|
|
+ android:id="@+id/task_node"
|
|
|
|
|
+ android:layout_width="13dp"
|
|
|
|
|
+ android:layout_height="13dp"
|
|
|
|
|
+ android:layout_marginBottom="6dp"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/tv_recharge_count"
|
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
+ tools:visibility="visible" />
|
|
|
|
|
+
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
android:id="@+id/tv_recharge_count"
|
|
android:id="@+id/tv_recharge_count"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="54dp"
|
|
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
|
|
+ android:includeFontPadding="false"
|
|
|
android:textColor="@color/color_CE6006"
|
|
android:textColor="@color/color_CE6006"
|
|
|
android:textSize="12sp"
|
|
android:textSize="12sp"
|
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
tools:text="888888" />
|
|
tools:text="888888" />
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|