2023-12-18 07:07:21 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
|
|
android:id="@+id/navigation_home"
|
|
|
|
android:icon="@drawable/ic_home_black_24dp"
|
2024-01-17 07:29:01 +00:00
|
|
|
android:title="home"/>
|
2023-12-18 07:07:21 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/navigation_notification"
|
|
|
|
android:icon="@drawable/notifications_fill0_wght400_grad0_opsz24"
|
|
|
|
android:title="notification"/>
|
2024-01-17 07:29:01 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/navigation_settings"
|
|
|
|
android:icon="@drawable/baseline_app_settings_alt_24"
|
|
|
|
android:title="settings"/>
|
2023-12-18 07:07:21 +00:00
|
|
|
</menu>
|