Add order and order detail screen

This commit is contained in:
Nezumi
2023-03-07 20:11:54 +07:00
parent 601f26d298
commit c7d7e527dc
24 changed files with 1013 additions and 57 deletions
+3
View File
@@ -15,6 +15,9 @@
android:theme="@style/Theme.Foodify"
tools:replace="android:theme"
tools:targetApi="31">
<activity
android:name=".Activity.OrderDetailActivity"
android:exported="false" />
<activity
android:name=".Activity.OrderActivity"
android:exported="false" />