blob: 8fb8859c36e79944c98f0e9c4e0467c0ddb5fc01 [file] [log] [blame]
<?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/nav_graph"
app:startDestination="@id/showcase">
<fragment
android:id="@+id/player"
android:name="com.airbnb.lottie.sample.compose.player.PlayerFragment" />
<fragment
android:id="@+id/showcase"
android:name="com.airbnb.lottie.sample.compose.showcase.ShowcaseFragment" />
<fragment
android:id="@+id/lottie_files"
android:name="com.airbnb.lottie.sample.compose.lottiefiles.LottieFilesFragment" />
</navigation>