From 8814f3f0828e6ac652a29cc9de9f971fd55bca5b Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 07 五月 2025 14:54:42 +0800
Subject: [PATCH] 2025年05月07日14:54:39
---
app/src/main/res/layout/dialog_confirm_cancel.xml | 41 +++++++++++++++++++++++------------------
1 files changed, 23 insertions(+), 18 deletions(-)
diff --git a/app/src/main/res/layout/dialog_confirm_cancel.xml b/app/src/main/res/layout/dialog_confirm_cancel.xml
index f1fef1a..e1e75db 100644
--- a/app/src/main/res/layout/dialog_confirm_cancel.xml
+++ b/app/src/main/res/layout/dialog_confirm_cancel.xml
@@ -2,18 +2,18 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- >
+ android:layout_height="match_parent">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/loading_confirmation_cl"
- android:layout_width="match_parent"
+ android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/dp_48"
android:layout_marginTop="@dimen/dp_20"
android:layout_marginEnd="@dimen/dp_48"
android:layout_marginBottom="@dimen/dp_20"
- android:background="@drawable/loading_confirmation_bj"
+ android:paddingBottom="@dimen/dp_24"
+ android:background="@drawable/dalog_bj_ff1c1c1c"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -26,8 +26,8 @@
android:layout_marginStart="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_25"
android:layout_marginEnd="@dimen/dp_20"
- android:textColor="@color/text_030D1C"
- android:textSize="@dimen/text_18"
+ android:textColor="@color/text_FFACACAC"
+ android:textSize="@dimen/text_14"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
@@ -37,12 +37,15 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/dp_20"
- android:layout_marginTop="@dimen/dp_34"
+ android:layout_marginTop="@dimen/dp_20"
android:layout_marginEnd="@dimen/dp_20"
- android:layout_marginBottom="@dimen/dp_34"
+ android:layout_marginBottom="@dimen/dp_25"
android:gravity="center"
android:singleLine="false"
- android:textColor="@color/text_030D1C"
+ android:tag="click"
+ android:textColor="@color/text_FFACACAC"
+ android:textSize="@dimen/text_14"
+ android:lineSpacingExtra="@dimen/dp_2"
app:layout_constraintBottom_toTopOf="@+id/dialog_confirm_bottom_line_ly"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -54,7 +57,9 @@
<LinearLayout
android:id="@+id/dialog_confirm_bottom_line_ly"
android:layout_width="0dp"
- android:layout_height="@dimen/dp_52"
+ android:layout_height="@dimen/dp_41"
+ android:layout_marginStart="@dimen/dp_16"
+ android:layout_marginEnd="@dimen/dp_16"
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
@@ -66,6 +71,7 @@
android:layout_width="@dimen/dp_0"
android:layout_height="match_parent"
android:layout_weight="1"
+ android:background="@drawable/bj_un_ff39383d_24"
android:gravity="center">
<TextView
@@ -73,23 +79,22 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/loading_cancel"
- android:textColor="@color/text_7C8590"
- android:textSize="@dimen/text_18" />
+ android:textColor="@color/text_FFACACAC"
+ android:textSize="@dimen/text_14" />
</LinearLayout>
<View
- android:layout_width="0.5dp"
- android:layout_height="@dimen/dp_23"
- android:layout_gravity="center"
- android:background="@color/text_E1E1E1" />
+ android:layout_width="9.5dp"
+ android:layout_height="match_parent" />
<LinearLayout
android:id="@+id/dialog_confirm_ly"
android:layout_width="@dimen/dp_0"
android:layout_height="match_parent"
android:layout_weight="1"
+ android:background="@drawable/bj_ff39383d_24"
android:gravity="center">
<TextView
@@ -97,8 +102,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/loading_affirm"
- android:textColor="@color/text_FF245EC3"
- android:textSize="@dimen/text_18" />
+ android:textColor="@color/text_FFACACAC"
+ android:textSize="@dimen/text_14" />
</LinearLayout>
</LinearLayout>
--
Gitblit v1.8.0