2025-12-12 15:28:15 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
xmlns:tool="http://schemas.android.com/tools">
|
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
|
android:layout_width="match_parent"
|
2025-12-12 15:57:11 +08:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:paddingHorizontal="@dimen/dp_20">
|
2025-12-12 15:28:15 +08:00
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/im_v"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:scaleType="fitXY"
|
|
|
|
|
android:src="@mipmap/shape_dialog_bg"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
|
|
<!-- <androidx.recyclerview.widget.RecyclerView-->
|
|
|
|
|
<!-- android:id="@+id/rv_sign"-->
|
|
|
|
|
<!-- android:layout_width="match_parent"-->
|
|
|
|
|
<!-- android:layout_height="0dp"-->
|
|
|
|
|
<!-- android:layout_marginHorizontal="@dimen/dp_22"-->
|
|
|
|
|
<!-- app:layout_constraintTop_toTopOf="@id/im_v"-->
|
|
|
|
|
<!-- app:layout_constraintBottom_toBottomOf="@id/im_v"-->
|
|
|
|
|
<!-- tool:listitem="@layout/day_sgin"-->
|
|
|
|
|
<!-- tool:itemCount="4"-->
|
|
|
|
|
<!-- />-->
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll1"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginHorizontal="@dimen/dp_22"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="@id/im_v"
|
|
|
|
|
app:layout_constraintStart_toStartOf="@id/im_v"
|
|
|
|
|
app:layout_constraintTop_toTopOf="@id/im_v"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@id/im_v">
|
|
|
|
|
|
|
|
|
|
<include
|
|
|
|
|
android:id="@+id/day1"
|
|
|
|
|
layout="@layout/day_sgin"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
|
|
<include
|
|
|
|
|
android:id="@+id/day2"
|
|
|
|
|
layout="@layout/day_sgin"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
|
|
<include
|
|
|
|
|
android:id="@+id/day3"
|
|
|
|
|
layout="@layout/day_sgin"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
|
|
<include
|
|
|
|
|
android:id="@+id/day4"
|
|
|
|
|
layout="@layout/day_sgin"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="@dimen/dp_88"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:layout_marginHorizontal="@dimen/dp_22"
|
|
|
|
|
android:layout_marginTop="12.5dp"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/ll1">
|
|
|
|
|
|
|
|
|
|
<include
|
|
|
|
|
android:id="@+id/day5"
|
|
|
|
|
layout="@layout/day_sgin"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
|
|
<include
|
|
|
|
|
android:id="@+id/day6"
|
|
|
|
|
layout="@layout/day_sgin"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
|
|
<include
|
|
|
|
|
android:id="@+id/day7"
|
|
|
|
|
layout="@layout/day_sgin2"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="2" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/btn_sign"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:layout_marginHorizontal="@dimen/dp_37"
|
|
|
|
|
android:layout_marginTop="15dp"
|
|
|
|
|
android:layout_marginBottom="20dp"
|
|
|
|
|
android:background="@drawable/bg_r99_e7fe67_90ff86_5cfbbd"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:paddingVertical="@dimen/dp_15"
|
|
|
|
|
android:text="立即签到"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:textSize="@dimen/sp_14"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@id/im_v"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="@id/im_v"
|
|
|
|
|
app:layout_constraintStart_toStartOf="@id/im_v" />
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/iv_close"
|
|
|
|
|
android:layout_width="30dp"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
|
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
|
|
|
android:src="@mipmap/index_close_youth"
|
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/im_v" />
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|