From 5325e22a184b53aadcc5e9552cb1ec54f9c8ad81 Mon Sep 17 00:00:00 2001 From: guoshen <3129367635@qq.com> Date: 星期六, 29 六月 2024 16:33:11 +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