From cedfc7316da7a533ef8812f14035fda31540fc2d Mon Sep 17 00:00:00 2001
From: tj <1378534974@qq.com>
Date: 星期三, 02 四月 2025 09:09:02 +0800
Subject: [PATCH] 1.vip续费页面-勾选协议复选框修改
---
app/src/main/res/layout/fragment_home.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml
index 8fbd422..575b8ce 100644
--- a/app/src/main/res/layout/fragment_home.xml
+++ b/app/src/main/res/layout/fragment_home.xml
@@ -164,7 +164,7 @@
android:layout_width="match_parent"
android:layout_height="40dp"
android:scaleType="centerCrop"
- android:src="@drawable/up" />
+ android:src="@drawable/up_back" />
</androidx.cardview.widget.CardView>
<!-- 在适当的位置添加 -->
--
Gitblit v1.9.3