From 1a281d8354622a3606360f9f9a7fe4bb7d6a2c3a Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期日, 27 四月 2025 13:22:26 +0800
Subject: [PATCH] fix 短信
---
app/src/main/res/menu/bottom_nav_menu.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/src/main/res/menu/bottom_nav_menu.xml b/app/src/main/res/menu/bottom_nav_menu.xml
index fb6d040..0d36680 100644
--- a/app/src/main/res/menu/bottom_nav_menu.xml
+++ b/app/src/main/res/menu/bottom_nav_menu.xml
@@ -3,17 +3,17 @@
<item
android:id="@+id/navigation_home"
- android:icon="@drawable/ic_home_black_24dp"
+ android:icon="@drawable/home"
android:title="@string/title_home" />
<item
android:id="@+id/navigation_dashboard"
- android:icon="@drawable/ic_dashboard_black_24dp"
+ android:icon="@drawable/data"
android:title="@string/title_dashboard" />
<item
android:id="@+id/navigation_notifications"
- android:icon="@drawable/ic_notifications_black_24dp"
+ android:icon="@drawable/set"
android:title="@string/title_notifications" />
</menu>
\ No newline at end of file
--
Gitblit v1.9.3