From 87ddd5c168fe47244f661d6d6a08a81150256af9 Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期五, 25 四月 2025 13:44:40 +0800 Subject: [PATCH] 1.好友邀请-我的邀请记录:列表样式重写,图片显示 --- 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