From 98994189864f045551f7d06f78017b5df70e1be3 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 19 六月 2025 11:03:52 +0800
Subject: [PATCH] feat(card): 添加补扣功能并优化卡片操作界面
---
generallibrary/src/main/res/layout/fragment_card.xml | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/generallibrary/src/main/res/layout/fragment_card.xml b/generallibrary/src/main/res/layout/fragment_card.xml
index 70eef09..4796514 100644
--- a/generallibrary/src/main/res/layout/fragment_card.xml
+++ b/generallibrary/src/main/res/layout/fragment_card.xml
@@ -173,7 +173,7 @@
<ImageView
android:layout_width="55dp"
android:layout_height="55dp"
- android:src="@drawable/home_report" />
+ android:src="@drawable/guashi" />
<TextView
android:layout_width="wrap_content"
@@ -264,14 +264,14 @@
<ImageView
android:layout_width="55dp"
android:layout_height="55dp"
- android:src="@drawable/chongzheng" />
+ android:src="@drawable/ic_morny_back" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:gravity="center"
- android:text="鍐叉"
+ android:text="杩旇繕"
android:textColor="@color/text_selecter_color"
android:textSize="14sp" />
</LinearLayout>
@@ -301,9 +301,9 @@
android:padding="12dp">
<ImageView
- android:layout_width="55dp"
+ android:layout_width="65dp"
android:layout_height="55dp"
- android:src="@drawable/bukou" />
+ android:src="@drawable/ic_supplement" />
<TextView
android:layout_width="wrap_content"
@@ -317,7 +317,7 @@
</androidx.cardview.widget.CardView>
<androidx.cardview.widget.CardView
- android:id="@+id/home_rewrite"
+ android:id="@+id/home_cancel_card"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="6dp"
@@ -342,14 +342,14 @@
<ImageView
android:layout_width="55dp"
android:layout_height="55dp"
- android:src="@drawable/fanxie" />
+ android:src="@drawable/xiaoka" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:gravity="center"
- android:text="鍙嶅啓"
+ android:text="閿�鍗�"
android:textColor="@color/text_selecter_color"
android:textSize="14sp" />
</LinearLayout>
@@ -370,7 +370,7 @@
app:cardElevation="3dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toEndOf="@+id/home_rewrite"
+ app:layout_constraintStart_toEndOf="@+id/home_cancel_card"
app:layout_constraintTop_toBottomOf="@+id/home_deduction"
app:layout_constraintVertical_bias="0.0">
--
Gitblit v1.8.0