From ec282d9bf134fbda578ff901e4a620222a851d3f Mon Sep 17 00:00:00 2001 From: lmw <125975490@qq.com> Date: 星期三, 20 十一月 2024 10:14:46 +0800 Subject: [PATCH] fix bug --- app/src/main/res/layout/fragment_mine.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/fragment_mine.xml b/app/src/main/res/layout/fragment_mine.xml index 8fd79e9..026393b 100644 --- a/app/src/main/res/layout/fragment_mine.xml +++ b/app/src/main/res/layout/fragment_mine.xml @@ -100,7 +100,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="心泉·疗愈会员" + android:text="泉疗愈会员" app:layout_constraintTop_toTopOf="@id/bg_vip" app:layout_constraintStart_toStartOf="@id/bg_vip" android:layout_marginStart="19dp" -- Gitblit v1.7.1