From f4fc58196bd246272bf755a767660c03f573cbc6 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期二, 03 六月 2025 14:03:29 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- baselibrary/src/main/res/layout/confirm_dialog.xml | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/baselibrary/src/main/res/layout/confirm_dialog.xml b/baselibrary/src/main/res/layout/confirm_dialog.xml index 58ae784..32e0b2a 100644 --- a/baselibrary/src/main/res/layout/confirm_dialog.xml +++ b/baselibrary/src/main/res/layout/confirm_dialog.xml @@ -15,6 +15,22 @@ android:orientation="vertical"> <TextView + android:id="@+id/title" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginLeft="20dp" + android:layout_marginTop="20dp" + android:layout_marginRight="20dp" + android:layout_marginBottom="5dp" + android:gravity="center" + android:text="" + android:textColor="@color/dialog_btn" + android:textSize="25sp" + android:textStyle="bold" + android:visibility="gone" /> + + + <TextView android:id="@+id/confirm_data" android:layout_width="match_parent" android:layout_height="wrap_content" @@ -26,7 +42,7 @@ <View android:layout_width="match_parent" - android:layout_height="2px" + android:layout_height="1dp" android:layout_marginTop="20dp" android:background="@color/line_bg" /> @@ -48,7 +64,7 @@ android:textSize="20sp" /> <View - android:layout_width="2px" + android:layout_width="1dp" android:layout_height="match_parent" android:background="@color/line_bg" /> -- Gitblit v1.8.0