blob: 0160016d4e41806d8edfb31b34bb0e04fa309594 [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" />
<fragment
android:id="@+id/preview"
android:name="com.airbnb.lottie.sample.compose.preview.PreviewFragment" />
</navigation>