navigation_news.xml 557B

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/navigation_news"
  6. app:startDestination="@id/fragment_news"
  7. tools:ignore="UnusedNavigation">
  8. <fragment
  9. android:id="@+id/fragment_news"
  10. android:name="fr.riff_app.riff.ui.news.NewsFragment"
  11. android:label="@string/title_news"
  12. tools:layout="@layout/fragment_songs" />
  13. </navigation>