Skip to content

Instantly share code, notes, and snippets.

@shanmugasanthosh7
Created May 15, 2018 17:19
Show Gist options
  • Save shanmugasanthosh7/d44bf04584dc3894fa671ba9812d9509 to your computer and use it in GitHub Desktop.
Save shanmugasanthosh7/d44bf04584dc3894fa671ba9812d9509 to your computer and use it in GitHub Desktop.
Navigation Xml file
<?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/navigationFragment">
<fragment
android:id="@+id/navigationFragment"
android:name="com.aptus.navigatioarchitecture.NavigationFragment"
android:label="fragment_navigation"
tools:layout="@layout/fragment_navigation"/>
</navigation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment