From 8aa3165449dd2757e016bdc43cfd5d111cd4c7a6 Mon Sep 17 00:00:00 2001 From: 张钢 <floatgang@163.com> Date: 星期四, 12 九月 2024 14:54:06 +0800 Subject: [PATCH] 修改了家庭资产的显示问题 --- app/src/main/res/values/styles.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 93ef9f9..9a5e65e 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -3,8 +3,8 @@ <!--涓婚〉搴曢儴瀵艰埅鏍忛�変腑鏂囧瓧鏍峰紡 --> <style name="bottom_navigation_title_active"> - <item name="android:textSize">@dimen/sp_14</item> - <item name="android:textColor">@color/color_FFF08EBA_text_pink</item> + <item name="android:textSize">14sp</item> + <item name="android:textColor">?attr/text_color_main</item> </style> <!--涓婚〉搴曢儴瀵艰埅鏍忔病鏈夐�変腑鏂囧瓧鏍峰紡锛屽鑸粯璁ょ殑瀛椾綋澶у皬灏辨槸12sp--> @@ -18,4 +18,5 @@ <item name="android:textColor">#FF000000</item> </style> + </resources> \ No newline at end of file -- Gitblit v1.9.1