From 1bc1acff2127d61b359800096ad5b904370d9176 Mon Sep 17 00:00:00 2001 From: zuojincheng <lf_zuo@163.com> Date: 星期三, 26 三月 2025 09:25:47 +0800 Subject: [PATCH] refactor(nfc): 重构 NFC 读写助手类 --- baselibrary/src/main/res/color/text_selecter_color.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/baselibrary/src/main/res/color/text_selecter_color.xml b/baselibrary/src/main/res/color/text_selecter_color.xml index 0b6edfe..646b808 100644 --- a/baselibrary/src/main/res/color/text_selecter_color.xml +++ b/baselibrary/src/main/res/color/text_selecter_color.xml @@ -4,5 +4,5 @@ <item android:state_pressed="true" android:color="@color/button_select_text_color"/> <item android:state_checked="true" android:color="@color/button_select_text_color"/> <item android:state_focused="true" android:color="@color/button_select_text_color"/> - <item android:color="@color/button_text_color"/> + <item android:color="@color/dialog_btn"/> </selector> \ No newline at end of file -- Gitblit v1.8.0