Add order history screen

This commit is contained in:
Nezumi
2023-03-06 21:47:02 +07:00
parent c9b48e84dd
commit 601f26d298
13 changed files with 261 additions and 10 deletions
+3
View File
@@ -15,6 +15,9 @@
android:theme="@style/Theme.Foodify"
tools:replace="android:theme"
tools:targetApi="31">
<activity
android:name=".Activity.OrderActivity"
android:exported="false" />
<activity
android:name=".Activity.AddressManagerActivity"
android:exported="false" />