|
@@ -29,13 +29,13 @@
|
|
|
|
|
|
<action
|
|
|
android:id="@+id/action_signatureFragment_to_designsChoiceFragment"
|
|
|
- app:destination="@id/signatureFragment" />
|
|
|
+ app:destination="@id/designsChoiceFragment" />
|
|
|
|
|
|
</fragment>
|
|
|
|
|
|
<fragment
|
|
|
android:id="@+id/designsChoiceFragment"
|
|
|
- android:name="com.yingyangfly.moca.designschoice.DesignsChoiceFragment"
|
|
|
+ android:name="com.yingyangfly.moca.signature.DesignsChoiceFragment"
|
|
|
android:label="designsChoiceFragment">
|
|
|
|
|
|
<action
|