From b8ed2b19e0aaf3c357e2f601d8304acdc525f4f9 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期五, 25 四月 2025 16:54:02 +0800 Subject: [PATCH] refactor(nfc): 优化 NFC 读卡工具类 --- generallibrary/src/main/res/layout/fragment_card.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/generallibrary/src/main/res/layout/fragment_card.xml b/generallibrary/src/main/res/layout/fragment_card.xml index b0cff9a..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> -- Gitblit v1.8.0