18 lines
594 B
XML
18 lines
594 B
XML
|
<?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"
|
||
|
android:title="home"
|
||
|
|
||
|
/>
|
||
|
<item
|
||
|
android:id="@+id/navigation_QR"
|
||
|
android:icon="@drawable/qr_code_scanner_fill0_wght400_grad0_opsz24"
|
||
|
android:title="QR"
|
||
|
/>
|
||
|
<item
|
||
|
android:id="@+id/navigation_notification"
|
||
|
android:icon="@drawable/notifications_fill0_wght400_grad0_opsz24"
|
||
|
android:title="notification"/>
|
||
|
</menu>
|