From 8e2f0156923679a5774c17445db18c43d277ab0b Mon Sep 17 00:00:00 2001
From: tj <1378534974@qq.com>
Date: 星期三, 26 三月 2025 16:12:28 +0800
Subject: [PATCH] 1.vip续费页面-vip基础信息 2.vip续费页面-连续包月、年卡、月卡页面绘画
---
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