From d451118d4be05f180cfe1f99bc5904f74db8cc3f Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期四, 22 二月 2024 15:40:58 +0800 Subject: [PATCH] 引用线上库 --- app/src/main/res/layout/dialog_confirmation_tip.xml | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/dialog_confirmation_tip.xml b/app/src/main/res/layout/dialog_confirmation_tip.xml index 466cf1b..66ffc77 100644 --- a/app/src/main/res/layout/dialog_confirmation_tip.xml +++ b/app/src/main/res/layout/dialog_confirmation_tip.xml @@ -27,7 +27,7 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> - + <!--榛樿鍥炬爣--> <TextView android:id="@+id/icon_tv" android:layout_width="@dimen/dp_48" @@ -38,6 +38,23 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/title_tv" /> + <!--鏂囨湰闅愯棌--> + <TextView + android:id="@+id/content_tv" + android:layout_width="0dp" + android:layout_height="@dimen/dp_50" + android:layout_marginStart="@dimen/dp_16" + android:layout_marginTop="@dimen/dp_16" + android:layout_marginEnd="@dimen/dp_20" + android:gravity="center" + android:singleLine="false" + android:textColor="@color/text_030D1C" + android:textSize="36sp" + android:visibility="gone" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/title_tv" /> + <TextView android:id="@+id/comfirm_tv" android:layout_width="199dp" -- Gitblit v1.8.0