| | |
| | | android:title="@string/title_home"/> |
| | | |
| | | <item |
| | | android:id="@+id/navigation_dashboard" |
| | | android:icon="@drawable/ic_dashboard_black_24dp" |
| | | android:title="@string/title_dashboard"/> |
| | | android:id="@+id/navigation_hall" |
| | | android:icon="@drawable/ic_hall_black_24dp" |
| | | android:title="@string/title_hall"/> |
| | | |
| | | <item |
| | | android:id="@+id/navigation_notifications" |
| | | android:icon="@drawable/ic_notifications_black_24dp" |
| | | android:title="@string/title_notifications"/> |
| | | android:id="@+id/navigation_dynamic" |
| | | android:icon="@drawable/ic_dynamic_black_24dp" |
| | | android:title="@string/title_dynamic"/> |
| | | <item |
| | | android:id="@+id/navigation_mine" |
| | | android:icon="@drawable/ic_mine_black_24" |
| | | android:title="@string/title_mine"/> |
| | | |
| | | </menu> |