0% found this document useful (0 votes)
4 views1 page

Nav Bar - XML

Uploaded by

lowlevel269
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Nav Bar - XML

Uploaded by

lowlevel269
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<?xml version="1.0" encoding="utf-8"?

>
<menu xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">

<item
android:id="@+id/nav_home"
android:icon="@drawable/home"
android:title="Home"
tools:ignore="HardcodedText" />

<item
android:id="@+id/nav_token"
android:icon="@drawable/wallet"
android:title="Add"
tools:ignore="HardcodedText" />

<item
android:id="@+id/nav_chat"
android:icon="@drawable/chat"
android:title="Profile"
tools:ignore="HardcodedText" />

<item
android:id="@+id/nav_profile"
android:icon="@drawable/profile"
android:title="Profile"
tools:ignore="HardcodedText" />

</menu>

You might also like