| | |
| | | <?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/ic_home_black_24dp" |
| | | android:title="@string/title_home"/> |
| | | |
| | | android:id="@+id/nav_msg" |
| | | android:icon="@mipmap/icon_news" |
| | | android:title="资讯" /> |
| | | <item |
| | | android:id="@+id/navigation_dashboard" |
| | | android:icon="@drawable/ic_dashboard_black_24dp" |
| | | android:title="@string/title_dashboard"/> |
| | | |
| | | android:id="@+id/nav_service" |
| | | android:icon="@mipmap/icon_home" |
| | | android:title="服务" /> |
| | | <item |
| | | android:id="@+id/navigation_notifications" |
| | | android:icon="@drawable/ic_notifications_black_24dp" |
| | | android:title="@string/title_notifications"/> |
| | | android:id="@+id/nav_mine" |
| | | android:icon="@mipmap/icon_mine" |
| | | android:title="我的" /> |
| | | |
| | | |
| | | </menu> |