navigation_programme.xml 543B

1234567891011121314
  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/navigation_programme"
  6. app:startDestination="@id/fragment_programme"
  7. tools:ignore="UnusedNavigation">
  8. <fragment
  9. android:id="@+id/fragment_programme"
  10. android:name="fr.riff_app.riff.ui.programme.ProgrammeFragment"
  11. android:label="@string/title_programme" />
  12. </navigation>