From 2c0177d2bfc2ed89b2fdffc7ccb84dc685cdf524 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期二, 18 三月 2025 10:09:04 +0800
Subject: [PATCH] fix: 财务统计逻辑

---
 app/src/main/res/layout/fragment_home.xml |   58 ----------------------------------------------------------
 1 files changed, 0 insertions(+), 58 deletions(-)

diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml
index 5df2603..f5c2f09 100644
--- a/app/src/main/res/layout/fragment_home.xml
+++ b/app/src/main/res/layout/fragment_home.xml
@@ -106,64 +106,6 @@
                     android:layout_height="wrap_content"
                     android:padding="8dp"/>
 
-                <LinearLayout
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:orientation="vertical"
-                    android:padding="16dp">
-
-                    <!-- 花呗还款 -->
-                    <TextView
-                        android:layout_width="match_parent"
-                        android:layout_height="wrap_content"
-                        android:text="花呗"
-                        android:textSize="16sp"
-                        android:textStyle="bold"
-                        android:layout_marginBottom="8dp"/>
-
-                    <TextView
-                        android:id="@+id/huabeiAmount"
-                        android:layout_width="match_parent"
-                        android:layout_height="wrap_content"
-                        android:text="230,721 元"
-                        android:textSize="24sp"
-                        android:textColor="#FF5722"
-                        android:layout_marginBottom="4dp"/>
-
-                    <TextView
-                        android:id="@+id/huabeiDueDate"
-                        android:layout_width="match_parent"
-                        android:layout_height="wrap_content"
-                        android:text="提醒您2025.01.14 还款"
-                        android:textSize="14sp"
-                        android:layout_marginBottom="16dp"/>
-
-                    <!-- 信用卡还款 -->
-                    <TextView
-                        android:layout_width="match_parent"
-                        android:layout_height="wrap_content"
-                        android:text="中国银行信用卡"
-                        android:textSize="16sp"
-                        android:textStyle="bold"
-                        android:layout_marginBottom="8dp"/>
-
-                    <TextView
-                        android:id="@+id/creditCardAmount"
-                        android:layout_width="match_parent"
-                        android:layout_height="wrap_content"
-                        android:text="310,621 元"
-                        android:textSize="24sp"
-                        android:textColor="#FF5722"
-                        android:layout_marginBottom="4dp"/>
-
-                    <TextView
-                        android:id="@+id/creditCardDueDate"
-                        android:layout_width="match_parent"
-                        android:layout_height="wrap_content"
-                        android:text="提醒您2025.02.10 还款"
-                        android:textSize="14sp"/>
-
-                </LinearLayout>
             </androidx.cardview.widget.CardView>
 
         </FrameLayout>

--
Gitblit v1.9.3