Skip to content

Commit 70e5372

Browse files
authored
Add files via upload
1 parent 2e442cc commit 70e5372

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
<item
9+
android:id="@+id/Activity"
10+
android:icon="@drawable/ic_notifications_black_24dp"
11+
android:title="Activity"/>
12+
13+
<item
14+
android:id="@+id/overview"
15+
android:icon="@drawable/ic_overview"
16+
android:title="Overview" />
17+
18+
19+
20+
</menu>

0 commit comments

Comments
 (0)