Skip to content

Instantly share code, notes, and snippets.

@tevjef
Created June 1, 2018 20:35
Show Gist options
  • Save tevjef/4eb9ad95e8a60163ffae775494df48a5 to your computer and use it in GitHub Desktop.
Save tevjef/4eb9ad95e8a60163ffae775494df48a5 to your computer and use it in GitHub Desktop.
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<com.prolificinteractive.NavHostLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:navGraph="@navigation/graph"
/>
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment