|
|
@@ -193,6 +193,32 @@
|
|
|
android:id="@+id/action_computationFragment_to_numberRecordsFragment"
|
|
|
app:destination="@id/numberRecordsFragment" />
|
|
|
|
|
|
+ <action
|
|
|
+ android:id="@+id/action_computationFragment_to_listenSpeakFragment"
|
|
|
+ app:destination="@id/listenSpeakFragment" />
|
|
|
+
|
|
|
+ </fragment>
|
|
|
+
|
|
|
+ <fragment
|
|
|
+ android:id="@+id/listenSpeakFragment"
|
|
|
+ android:name="com.yingyangfly.moca.listenspeak.ListenSpeakFragment"
|
|
|
+ android:label="listenSpeakFragment">
|
|
|
+
|
|
|
+ <action
|
|
|
+ android:id="@+id/action_listenSpeakFragment_to_computationFragment"
|
|
|
+ app:destination="@id/computationFragment" />
|
|
|
+
|
|
|
+ </fragment>
|
|
|
+
|
|
|
+ <fragment
|
|
|
+ android:id="@+id/listenSpeakResultFragment"
|
|
|
+ android:name="com.yingyangfly.moca.listenspeak.ListenSpeakResultFragment"
|
|
|
+ android:label="listenSpeakResultFragment">
|
|
|
+
|
|
|
+ <action
|
|
|
+ android:id="@+id/action_listenSpeakResultFragment_to_listenSpeakFragment"
|
|
|
+ app:destination="@id/listenSpeakFragment" />
|
|
|
+
|
|
|
</fragment>
|
|
|
|
|
|
|