mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-22 20:00:50 +00:00
Add order checkout layout
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user