From bf4e40cdf60c2a2fd8a486051a1ddac2daefef62 Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期二, 28 三月 2023 19:00:24 +0800 Subject: [PATCH] 家大事记完善 --- app/src/main/res/drawable/selector_bottom_navigation_function.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/drawable/selector_bottom_navigation_function.xml b/app/src/main/res/drawable/selector_bottom_navigation_function.xml index 1474d79..146c26f 100644 --- a/app/src/main/res/drawable/selector_bottom_navigation_function.xml +++ b/app/src/main/res/drawable/selector_bottom_navigation_function.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_function_selected" android:state_checked="true" />--> + <!-- 鎸夊帇鐘舵�� --> + <item android:drawable="@drawable/ic_function_selected" android:state_checked="true" /> -<!-- <!– 榛樿鐘舵�� –>--> -<!-- <item android:drawable="@drawable/ic_function_default" />--> + <!-- 榛樿鐘舵�� --> + <item android:drawable="@drawable/ic_function_default" /> </selector> \ No newline at end of file -- Gitblit v1.9.1