nav_graph.xml 401 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <navigation xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. app:startDestination="@id/splashFragment">
  5. <fragment
  6. android:id="@+id/splashFragment"
  7. android:name="com.fastest.pass.splash.presentation.ui.SplashFragment"
  8. android:label="SplashFragment" />
  9. </navigation>