Skip to content

Instantly share code, notes, and snippets.

@DDihanov
Created December 4, 2020 14:17
Show Gist options
  • Save DDihanov/7c7c9f9ac0d01515815208208fc5a538 to your computer and use it in GitHub Desktop.
Save DDihanov/7c7c9f9ac0d01515815208208fc5a538 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"
app:startDestination="@id/startFragment"
android:id="@id/base_flow">
<fragment android:id="@+id/startFragment" android:name="bg.dihanov.commonui.StartFragment" />
</navigation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment