Add order management

This commit is contained in:
phanhuuloi27
2022-06-06 12:27:38 +07:00
parent f7b7933d9c
commit 82c67f4b93
11 changed files with 405 additions and 8 deletions
@@ -13,6 +13,9 @@
android:supportsRtl="true"
android:theme="@style/Theme.FoodifyServer"
tools:targetApi="31">
<activity
android:name=".OrderStatus"
android:exported="false" />
<activity
android:name=".FoodList"
android:exported="false" />