nav_ncse.xml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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_ncse"
  6. app:startDestination="@id/startDescriptionNameAndAgeAndPlaceFragment"
  7. tools:ignore="ResourceName">
  8. <fragment
  9. android:id="@+id/startDescriptionNameAndAgeAndPlaceFragment"
  10. android:label="startDNAPCFragment"
  11. android:name="com.yingyangfly.ncse.fragment.startDNAPCFragment"
  12. >
  13. <action
  14. android:id="@+id/action_startDNAPCFragment_to_inputFragment"
  15. app:destination="@id/figureinputFragment"/>
  16. <action android:id="@+id/action_startDNAPCFragment_to_selectedItemFragment"
  17. app:destination="@+id/selectedItemFragment"/>
  18. <action android:id="@+id/action_startDNAPCFragment_to_listenAndRepeatFragment"
  19. app:destination="@+id/listenAndRepeatFragment"/>
  20. </fragment>
  21. <fragment android:id="@+id/figureinputFragment"
  22. android:name="com.yingyangfly.ncse.fragment.FigureInputFragment"
  23. android:label="inputFragment">
  24. <action android:id="@+id/action_FigureinputFragment_to_startDNAPCFragment"
  25. app:destination="@+id/startDescriptionNameAndAgeAndPlaceFragment"/>
  26. <action android:id="@+id/action_figureinputFragment_to_selectedItemFragment"
  27. app:destination="@+id/selectedItemFragment"/>
  28. </fragment>
  29. <fragment android:id="@+id/selectedItemFragment"
  30. android:name="com.yingyangfly.ncse.fragment.SelectedItemFragment"
  31. android:label="SelectedItemFragment">
  32. <action android:id="@+id/action_selectedItemFragment_to_figureinputFragment"
  33. app:destination="@+id/figureinputFragment"/>
  34. <action android:id="@+id/action_selectedItemFragment_to_startDNAPCFragment"
  35. app:destination="@+id/startDescriptionNameAndAgeAndPlaceFragment"/>
  36. </fragment>
  37. <fragment android:id="@+id/listenAndRepeatFragment"
  38. android:name="com.yingyangfly.ncse.fragment.ListenAndRepeatFragment"
  39. android:label="ListenAndRepeatFragment">
  40. <action android:id="@+id/action_listenAndRepeatFragment_to_startDNAPCFragment"
  41. app:destination="@+id/startDescriptionNameAndAgeAndPlaceFragment"/>
  42. <action android:id="@+id/action_listenAndRepeatFragment_to_lookPictureFragment"
  43. app:destination="@+id/lookPictureFragment"/>
  44. <action android:id="@+id/action_listenAndRepeatFragment_to_namingAbilityFragment"
  45. app:destination="@+id/namingAbilityFragment"/>
  46. </fragment>
  47. <fragment android:id="@+id/lookPictureFragment"
  48. android:name="com.yingyangfly.ncse.fragment.LookPictureFragment"
  49. android:label="LookPictureFragment">
  50. <action android:id="@+id/action_lookPictureFragment_to_listenAndRepeatFragment"
  51. app:destination="@+id/listenAndRepeatFragment"/>
  52. </fragment>
  53. <fragment android:id="@+id/namingAbilityFragment"
  54. android:name="com.yingyangfly.ncse.fragment.NamingAbilityFragment"
  55. android:label="NamingAbilityFragment">
  56. <action android:id="@+id/action_namingAbilityFragment_to_listenAndRepeatFragment"
  57. app:destination="@+id/listenAndRepeatFragment"/>
  58. <action android:id="@+id/action_namingAbilityFragment_to_identifyImageResultFragment"
  59. app:destination="@+id/identifyImageResultFragment"/>
  60. </fragment>
  61. <fragment android:id="@+id/identifyImageResultFragment"
  62. android:name="com.yingyangfly.ncse.fragment.IdentifyImageResultFragment"
  63. android:label="IdentifyImageResultFragment">
  64. <action android:id="@+id/action_identifyImageResultFragment_to_namingAbilityFragment"
  65. app:destination="@+id/namingAbilityFragment"/>
  66. <action android:id="@+id/action_identifyImageResultFragment_to_structureOrganizationFragment"
  67. app:destination="@+id/structureOrganizationFragment"/>
  68. </fragment>
  69. <fragment android:id="@+id/structureOrganizationFragment"
  70. android:name="com.yingyangfly.ncse.fragment.StructureOrganizationFragment"
  71. android:label="StructureOrganizationFragment">
  72. <action android:id="@+id/action_structureOrganizationFragment_to_identifyImageResultFragment"
  73. app:destination="@+id/identifyImageResultFragment"/>
  74. <action android:id="@+id/action_structureOrganizationFragment_to_pictureRecognitionJudgmentFragment"
  75. app:destination="@+id/pictureRecognitionJudgmentFragment"/>
  76. </fragment>
  77. <fragment android:id="@+id/pictureRecognitionJudgmentFragment"
  78. android:name="com.yingyangfly.ncse.fragment.PictureRecognitionJudgmentFragment"
  79. android:label="PictureRecognitionJudgmentFragment">
  80. <action android:id="@+id/action_pictureRecognitionJudgmentFragment_to_structureOrganizationFragment"
  81. app:destination="@+id/structureOrganizationFragment"/>
  82. </fragment>
  83. </navigation>