Skip to content

Instantly share code, notes, and snippets.

@furkanaskin
Created April 20, 2020 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save furkanaskin/4a2545e2ef08f288469b451a0ee8177b to your computer and use it in GitHub Desktop.
Save furkanaskin/4a2545e2ef08f288469b451a0ee8177b to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/homeFragment"
android:icon="@drawable/ic_home"
android:menuCategory="secondary"
android:title="Home" />
<item
android:id="@+id/searchFragment"
android:icon="@drawable/ic_search"
android:menuCategory="secondary"
android:title="Search" />
<item
android:id="@+id/gamesFragment"
android:icon="@drawable/ic_games"
android:menuCategory="secondary"
android:title="Games" />
<item
android:id="@+id/notificationsFragment"
android:icon="@drawable/ic_notifications"
android:menuCategory="secondary"
android:title="Notifications" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment