From 03d013fcbad0bd1b761838d95f7dd7d7170ac879 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 31 Oct 2023 19:18:57 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=90=88?= =?UTF-8?q?=E5=B9=B6=E5=AF=BC=E8=87=B4=E7=9A=84=E7=A4=BC=E7=89=A9=E9=A3=98?= =?UTF-8?q?=E7=AA=97=E6=9C=AA=E5=B1=95=E7=A4=BA=E6=88=BF=E9=97=B4=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/dialog_gift_all_service_level.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/dialog_gift_all_service_level.xml b/app/src/main/res/layout/dialog_gift_all_service_level.xml index 73fc69b7e..0ff3eff5c 100644 --- a/app/src/main/res/layout/dialog_gift_all_service_level.xml +++ b/app/src/main/res/layout/dialog_gift_all_service_level.xml @@ -16,10 +16,10 @@ android:layout_height="wrap_content"> @@ -84,6 +84,7 @@ android:layout_marginEnd="4.5dp" android:includeFontPadding="false" android:singleLine="true" + android:text="@{giftBean.roomTitle}" android:textColor="@color/white" android:textSize="12dp" app:layout_constraintBottom_toBottomOf="parent"