Skip to content

Instantly share code, notes, and snippets.

@shanmugasanthosh7
Created May 19, 2018 06:10
Show Gist options
  • Select an option

  • Save shanmugasanthosh7/dea88c4f38739eb7c3d231674f8e4856 to your computer and use it in GitHub Desktop.

Select an option

Save shanmugasanthosh7/dea88c4f38739eb7c3d231674f8e4856 to your computer and use it in GitHub Desktop.
Overflow navigation graph
<?xml version="1.0" encoding="utf-8"?>
<navigation xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
app:startDestination="@id/homeMenuFragment">
<fragment
android:id="@+id/menuItemOne"
android:name="com.aptus.navigatioarchitecture.drawerandoverfloemenu.MenuItemOne"
android:label="fragment_menu_item_one"
tools:layout="@layout/fragment_menu_item_one" />
<fragment
android:id="@+id/homeMenuFragment"
android:name="com.aptus.navigatioarchitecture.drawerandoverfloemenu.HomeMenuFragment"
android:label="fragment_home_menu"
tools:layout="@layout/fragment_home_menu" />
</navigation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment