Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save shanmugasanthosh7/24496ba52f680461a622e107c54f9409 to your computer and use it in GitHub Desktop.
Navigation graph for Navigation Drawer
<?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/homeFragment">
<fragment
android:id="@+id/navFirstFragment"
android:name="com.aptus.navigatioarchitecture.drawerandoverfloemenu.NavFirstFragment"
android:label="fragment_nav_first"
tools:layout="@layout/fragment_nav_first" />
<fragment
android:id="@+id/homeFragment"
android:name="com.aptus.navigatioarchitecture.drawerandoverfloemenu.HomeFragment"
android:label="fragment_home"
tools:layout="@layout/fragment_home" />
</navigation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment