fixed staff accounts and added coupons andriod
This commit is contained in:
@@ -157,4 +157,21 @@
|
||||
android:label="Analytics"
|
||||
tools:layout="@layout/fragment_analytics" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/nav_coupon"
|
||||
android:name="com.example.petstoremobile.fragments.listfragments.CouponFragment"
|
||||
android:label="Coupons"
|
||||
tools:layout="@layout/fragment_coupon" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/couponDetailFragment"
|
||||
android:name="com.example.petstoremobile.fragments.listfragments.detailfragments.CouponDetailFragment"
|
||||
android:label="Coupon Details"
|
||||
tools:layout="@layout/fragment_coupon_detail">
|
||||
<argument
|
||||
android:name="couponId"
|
||||
app:argType="long"
|
||||
android:defaultValue="-1L" />
|
||||
</fragment>
|
||||
|
||||
</navigation>
|
||||
|
||||
Reference in New Issue
Block a user