Skip to content

Instantly share code, notes, and snippets.

@cdmunoz
Created January 21, 2019 00:49
Show Gist options
  • Save cdmunoz/b563c6fe7bcebd134c9e36f331c6ba5c to your computer and use it in GitHub Desktop.
Save cdmunoz/b563c6fe7bcebd134c9e36f331c6ba5c 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/bottomnav_home"
android:icon="@drawable/bottomnav_home"
android:title="@string/title_home" />
<item
android:id="@+id/bottomnav_my_stuff"
android:icon="@drawable/bottomnav_my_stuff"
android:title="@string/title_my_stuff" />
<item
android:id="@+id/bottomnav_notifications"
android:icon="@drawable/bottomnav_notifications"
android:title="@string/title_notifications" />
<item
android:id="@+id/bottomnav_search"
android:icon="@drawable/bottomnav_search"
android:title="@string/title_search" />
<item
android:id="@+id/bottomnav_tools"
android:icon="@drawable/bottomnav_tools"
android:title="@string/title_tools" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment