每日签到 9ppng

This commit is contained in:
renhaoting 2025-12-10 10:39:45 +08:00
parent 1a1edbb763
commit 8c48316daa
2 changed files with 232 additions and 243 deletions

View File

@ -5,30 +5,21 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_height="wrap_content"
android:orientation="vertical"
android:gravity="center_horizontal"
android:paddingHorizontal="30dp"
android:clipChildren="false"
android:layout_marginTop="45dp"
android:background="@mipmap/daily_sign_bg"
app:layout_constraintDimensionRatio="H,1058:1413"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
>
android:paddingBottom="15dp"
android:background="@mipmap/sign__dialog_bg" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="68dp"
android:layout_marginTop="8dp"
android:gravity="center_vertical"
android:orientation="horizontal">
<androidx.appcompat.widget.AppCompatImageView
@ -315,8 +306,6 @@
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/iv_close"
android:layout_width="wrap_content"

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB