From e7a6728aea008cab5befa5980382370c32974ce5 Mon Sep 17 00:00:00 2001
From: 张钢 <floatgang@163.com>
Date: 星期三, 11 九月 2024 14:51:07 +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">
-<!--    &lt;!&ndash; 鎸夊帇鐘舵�� &ndash;&gt;-->
-<!--    <item android:drawable="@drawable/ic_home_selected" android:state_checked="true" />-->
+    <!-- 鎸夊帇鐘舵�� -->
+    <item android:drawable="@drawable/ic_home_selected" android:state_checked="true" />
 
-<!--    &lt;!&ndash; 榛樿鐘舵�� &ndash;&gt;-->
-<!--    <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