fixed staff accounts and added coupons andriod

This commit is contained in:
Alex
2026-04-10 07:17:19 -06:00
parent dff379c99d
commit 1e7d56499b
30 changed files with 1939 additions and 368 deletions

View File

@@ -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>