|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
<action
|
|
|
android:id="@+id/action_mainFragment_to_express_delivery_fragment"
|
|
|
- app:destination="@id/ExpressDelivery" />
|
|
|
+ app:destination="@id/ExpressDeliveryFragment" />
|
|
|
<action
|
|
|
android:id="@+id/action_mainFragment_to_courier_fragment"
|
|
|
app:destination="@id/Courier" />
|
|
@@ -26,6 +26,9 @@
|
|
|
<action
|
|
|
android:id="@+id/action_mainFragment_to_takeFragment"
|
|
|
app:destination="@id/TakeFragment" />
|
|
|
+ <action
|
|
|
+ android:id="@+id/action_mainFragment_to_chooseCabinetFragment"
|
|
|
+ app:destination="@id/ChooseCabinetFragment" />
|
|
|
</fragment>
|
|
|
|
|
|
<!-- 投递页面:投递员登录页面 -->
|
|
@@ -68,7 +71,7 @@
|
|
|
|
|
|
<!-- 我要寄快递页面 -->
|
|
|
<fragment
|
|
|
- android:id="@+id/ExpressDelivery"
|
|
|
+ android:id="@+id/ExpressDeliveryFragment"
|
|
|
android:name="com.emato.ich.fragment.ExpressDeliveryFragment"
|
|
|
android:label="@string/express_Delivery_fragment_label"
|
|
|
tools:layout="@layout/fragment_express_delivery">
|
|
@@ -214,6 +217,11 @@
|
|
|
<action
|
|
|
android:id="@+id/action_chooseCabinetFragment_to_sendMainFragment"
|
|
|
app:destination="@id/SendMainFragment"/>
|
|
|
+
|
|
|
+ <action
|
|
|
+ android:id="@+id/action_chooseCabinetFragment_to_expressDeliveryFragment"
|
|
|
+ app:destination="@id/ExpressDeliveryFragment"/>
|
|
|
+
|
|
|
<action
|
|
|
android:id="@+id/action_chooseCabinetFragment_to_mainFragment"
|
|
|
app:destination="@id/MainFragment"/>
|