mobile_navigation.xml 520 B

12345678910111213141516
  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/mobile_navigation"
  6. app:startDestination="@+id/nav_home">
  7. <fragment
  8. android:id="@+id/nav_home"
  9. android:name="com.app.duck.ui.HomeFragment"
  10. android:label="@string/menu_home"
  11. tools:layout="@layout/fragment_home">
  12. </fragment>
  13. </navigation>