Advertisement
scorpion01

Untitled

Nov 20th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.48 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <menu xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item
  4.    android:id="@+id/home"
  5.    android:icon="@drawable/ic_home_black_24dp"
  6.    android:title="Home"/>
  7. <item
  8.    android:id="@+id/dashboard"
  9.    android:icon="@drawable/ic_dashboard_black_24dp"
  10.    android:title="Dashboard"/>
  11. <item
  12.    android:id="@+id/notification"
  13.    android:icon="@drawable/ic_notifications_black_24dp"
  14.    android:title="Notification"/>
  15. </menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement