From 084a575a73775b22d1659fb3b3661e588f37b4bc Mon Sep 17 00:00:00 2001 From: Guo_shaoshan <2055829622@qq.com> Date: 星期一, 27 三月 2023 17:35:15 +0800 Subject: [PATCH] 提交本地代码并且获取最新代码 --- app/src/main/res/drawable/selector_bottom_navigation_home.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/drawable/selector_bottom_navigation_home.xml b/app/src/main/res/drawable/selector_bottom_navigation_home.xml index 641575b..05281a4 100644 --- a/app/src/main/res/drawable/selector_bottom_navigation_home.xml +++ b/app/src/main/res/drawable/selector_bottom_navigation_home.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> -<!-- <!– 鎸夊帇鐘舵�� –>--> -<!-- <item android:drawable="@drawable/ic_home_selected" android:state_checked="true" />--> + <!-- 鎸夊帇鐘舵�� --> + <item android:drawable="@drawable/ic_home_selected" android:state_checked="true" /> -<!-- <!– 榛樿鐘舵�� –>--> -<!-- <item android:drawable="@drawable/ic_home_default" />--> + <!-- 榛樿鐘舵�� --> + <item android:drawable="@drawable/ic_home_default" /> </selector> \ No newline at end of file -- Gitblit v1.9.1