Skip to content

Instantly share code, notes, and snippets.

@DDihanov
Created December 4, 2020 14:15
Show Gist options
  • Save DDihanov/7b27e36cef64a09c5afd8f6a6ef8132c to your computer and use it in GitHub Desktop.
Save DDihanov/7b27e36cef64a09c5afd8f6a6ef8132c to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@id/dashboard_flow"
app:startDestination="@id/dashboardFragment">
<fragment
android:id="@+id/dashboardFragment"
android:name="bg.dihanov.dashboard.DashboardFragment" />
</navigation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment