From cf2204a85fa951dd9ce2698378101d822e6edbc8 Mon Sep 17 00:00:00 2001
From: guoshen <3129367635@qq.com>
Date: 星期六, 06 七月 2024 10:31:02 +0800
Subject: [PATCH] 会议审批显示成功
---
app/src/main/res/menu/bottom_nav_menu.xml | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/app/src/main/res/menu/bottom_nav_menu.xml b/app/src/main/res/menu/bottom_nav_menu.xml
index 73a4c46..df64e99 100644
--- a/app/src/main/res/menu/bottom_nav_menu.xml
+++ b/app/src/main/res/menu/bottom_nav_menu.xml
@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
-
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/navigation_home"
android:icon="@drawable/selector_bottom_navigation_home"
- android:title="@string/title_home" />
-
+ android:title="@string/title_home"
+ />
<item
- android:id="@+id/navigation_function"
- android:icon="@drawable/selector_bottom_navigation_function"
- android:title="@string/title_function" />
+ android:id="@+id/navigation_tree"
+ android:icon="@drawable/selector_bottom_navigation_tree"
+ android:title="@string/title_tree"
+ />
<item
android:id="@+id/navigation_personal_center"
--
Gitblit v1.9.1