From 986709f6ba40e9f0a64a447105bcff4ca746c73c Mon Sep 17 00:00:00 2001 From: lmw <125975490@qq.com> Date: 星期四, 13 二月 2025 16:03:00 +0800 Subject: [PATCH] 修改反馈 --- app/src/main/res/layout/fragment_home.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 681091e..c00013c 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -69,7 +69,7 @@ android:id="@+id/iv_home" app:layout_constraintTop_toTopOf="parent" app:layout_constraintDimensionRatio="39:42" - app:placeholderImage="@mipmap/home_default" + app:placeholderImage="@color/white" app:placeholderImageScaleType="centerCrop" app:actualImageScaleType="centerCrop"/> <androidx.recyclerview.widget.RecyclerView @@ -95,6 +95,7 @@ android:textColor="@color/textColor" android:fontFamily="@font/sourcehansanscn_regular"/> <TextView + android:id="@+id/tv_sub_1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Daily Meditation" -- Gitblit v1.7.1