Skip to content

Commit 2e442cc

Browse files
authored
Create navigation.xml
1 parent b08c62c commit 2e442cc

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<menu xmlns:android="http://schemas.android.com/apk/res/android">
3+
4+
<item
5+
android:id="@+id/navigation_home"
6+
android:icon="@drawable/ic_home_black_24dp"
7+
android:title="Home"
8+
android:iconTint="@color/colorPrimary" />
9+
10+
<item
11+
android:id="@+id/Activity"
12+
android:icon="@drawable/ic_notifications_black_24dp"
13+
android:title="Activity"/>
14+
15+
<item
16+
android:id="@+id/navigation_dashboard"
17+
android:icon="@drawable/ic_overview"
18+
android:title="Overview" />
19+
20+
21+
22+
</menu>

0 commit comments

Comments
 (0)