Add order checkout layout

This commit is contained in:
Nezumi
2023-03-19 10:15:55 +07:00
parent 35399e9560
commit 9a67682bef
6 changed files with 447 additions and 4 deletions
+4 -2
View File
@@ -28,10 +28,12 @@
android:usesCleartextTraffic="true"
tools:replace="android:theme"
tools:targetApi="31">
<activity
android:name=".Activity.OrderCheckOutActivity"
android:exported="false" />
<activity
android:name=".Activity.FavoriteFoodActivity"
android:exported="false"
/>
android:exported="false" />
<activity
android:name=".Activity.ShopDetailActivity"
android:exported="false" />