Skip to content

Instantly share code, notes, and snippets.

@DDihanov
Created December 4, 2020 15:06
Show Gist options
  • Save DDihanov/03f520d7ca76e4b9e3015c2f06002edf to your computer and use it in GitHub Desktop.
Save DDihanov/03f520d7ca76e4b9e3015c2f06002edf 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/home_flow"
android:icon="@drawable/ic_home_black_24dp"
android:title="@string/title_home" />
<item
android:id="@id/dashboard_flow"
android:icon="@drawable/ic_dashboard_black_24dp"
android:title="@string/title_dashboard" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment