| | |
| | | <?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" |