From 252736e890fd50550ab9dec218159356e2a953c1 Mon Sep 17 00:00:00 2001 From: lmw <125975490@qq.com> Date: 星期四, 18 七月 2024 17:51:37 +0800 Subject: [PATCH] fix bug --- app/src/main/res/layout/fragment_home.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 5560d61..ef9c287 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -37,7 +37,7 @@ android:id="@+id/tv_1" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="欢迎使用海豚英语!" + android:text="欢迎使用哆能智学!" android:textColor="@color/white" android:textStyle="bold" android:textSize="25sp" @@ -49,7 +49,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="海豚英语学习体系" + android:text="孩子自己就能学好的\n英语课程体系" android:textColor="@color/white" android:textSize="20sp" android:alpha="0.8" -- Gitblit v1.7.1