nav_graph.xml 571 B

12345678910111213
  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. xmlns:tools="http://schemas.android.com/tools"
  5. android:id="@+id/nav_graph.xml"
  6. app:startDestination="@id/showPersonFragment">
  7. <fragment
  8. android:id="@+id/showPersonFragment"
  9. android:name="com.mrozon.feature_showperson.presentation.showperson.ShowPersonFragment"
  10. tools:layout="@layout/fragment_show_person"
  11. android:label="ShowPersonFragment" />
  12. </navigation>