From bfd1ad288092a4b4a010ea230466f5e86a4e3de4 Mon Sep 17 00:00:00 2001 From: lmw <125975490@qq.com> Date: 星期二, 24 十二月 2024 10:09:43 +0800 Subject: [PATCH] fix bug --- app/src/main/res/layout/activity_guide.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/layout/activity_guide.xml b/app/src/main/res/layout/activity_guide.xml index b2547bd..8bcf343 100644 --- a/app/src/main/res/layout/activity_guide.xml +++ b/app/src/main/res/layout/activity_guide.xml @@ -23,6 +23,7 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintBottom_toBottomOf="parent" android:paddingStart="10dp" + android:fontFamily="@font/fly_flower_song" android:paddingTop="5dp" android:paddingBottom="5dp" android:paddingEnd="10dp"/> @@ -38,6 +39,7 @@ android:paddingVertical="14dp" android:textSize="24sp" android:paddingHorizontal="45dp" + android:fontFamily="@font/fly_flower_song" android:textStyle="bold" android:background="@drawable/bg_white_line_alpha" android:text="个性化定制"/> @@ -48,6 +50,7 @@ app:layout_constraintEnd_toEndOf="parent" android:textSize="19sp" android:textColor="@color/white" + android:fontFamily="@font/fly_flower_song" app:layout_constraintBottom_toTopOf="@id/tv_action" android:layout_marginBottom="20dp" android:text="愿它成为您心灵栖息的幸福家园"/> @@ -60,6 +63,7 @@ android:layout_marginTop="47dp" android:textSize="41sp" android:text="泉疗愈空间" + android:fontFamily="@font/fly_flower_song" android:textColor="@color/white" android:id="@+id/tv_1"/> <TextView @@ -68,6 +72,7 @@ app:layout_constraintTop_toBottomOf="@id/tv_1" android:gravity="center" android:lineSpacingExtra="10dp" + android:fontFamily="@font/fly_flower_song" android:text="亲爱的家人,温暖喜悦问候您\n我是心泉老师\n欢迎来到泉疗愈空间\n愿这一方空间为您带来\n放松 平和 宁静 与喜悦" android:textColor="@color/white" android:layout_marginTop="36dp" -- Gitblit v1.7.1