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