From 548dce0bcff06ee7a1795defe8e7789b9d7aad94 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期五, 25 四月 2025 16:52:50 +0800 Subject: [PATCH] refactor(nfc): 重构 NFC 读写助手类并优化相关功能 --- generallibrary/src/main/res/layout/fragment_card.xml | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/generallibrary/src/main/res/layout/fragment_card.xml b/generallibrary/src/main/res/layout/fragment_card.xml index fbc41d1..70eef09 100644 --- a/generallibrary/src/main/res/layout/fragment_card.xml +++ b/generallibrary/src/main/res/layout/fragment_card.xml @@ -215,6 +215,7 @@ app:layout_constraintTop_toBottomOf="@+id/home_redCard"> <LinearLayout + android:id="@+id/home_replaceLL" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" @@ -231,7 +232,7 @@ android:layout_height="wrap_content" android:layout_marginTop="6dp" android:gravity="center" - android:text="琛ュ崱" + android:text="瑙f寕銆佽ˉ鍗�" android:textColor="@color/text_selecter_color" android:textSize="14sp" /> </LinearLayout> @@ -263,7 +264,7 @@ <ImageView android:layout_width="55dp" android:layout_height="55dp" - android:src="@drawable/home_system" /> + android:src="@drawable/chongzheng" /> <TextView android:layout_width="wrap_content" @@ -302,7 +303,7 @@ <ImageView android:layout_width="55dp" android:layout_height="55dp" - android:src="@drawable/home_system" /> + android:src="@drawable/bukou" /> <TextView android:layout_width="wrap_content" @@ -341,7 +342,7 @@ <ImageView android:layout_width="55dp" android:layout_height="55dp" - android:src="@drawable/home_system" /> + android:src="@drawable/fanxie" /> <TextView android:layout_width="wrap_content" -- Gitblit v1.8.0