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/activity_guide.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/activity_guide.xml b/app/src/main/res/layout/activity_guide.xml index 0f0a3e6..b2547bd 100644 --- a/app/src/main/res/layout/activity_guide.xml +++ b/app/src/main/res/layout/activity_guide.xml @@ -8,7 +8,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" app:screenScaleType="type_center_crop" - app:playerBackgroundColor="@color/black" + app:playerBackgroundColor="@color/colorPrimary" android:id="@+id/player"/> <TextView @@ -59,7 +59,7 @@ app:layout_constraintEnd_toEndOf="parent" android:layout_marginTop="47dp" android:textSize="41sp" - android:text="心泉·疗愈空间" + android:text="泉疗愈空间" android:textColor="@color/white" android:id="@+id/tv_1"/> <TextView @@ -68,7 +68,7 @@ app:layout_constraintTop_toBottomOf="@id/tv_1" android:gravity="center" android:lineSpacingExtra="10dp" - android:text="亲爱的家人,温暖喜悦问候您\n我是心泉老师\n欢迎来到心泉·疗愈空间\n愿这一方空间为您带来\n平和 喜悦 放松 宁静" + android:text="亲爱的家人,温暖喜悦问候您\n我是心泉老师\n欢迎来到泉疗愈空间\n愿这一方空间为您带来\n放松 平和 宁静 与喜悦" android:textColor="@color/white" android:layout_marginTop="36dp" android:textSize="18sp"/> -- Gitblit v1.7.1