Add shop detail screen

This commit is contained in:
Nezumi
2023-03-08 11:30:45 +07:00
parent e1b00117b6
commit 05871d7006
19 changed files with 460 additions and 17 deletions
+3
View File
@@ -15,6 +15,9 @@
android:theme="@style/Theme.Foodify"
tools:replace="android:theme"
tools:targetApi="31">
<activity
android:name=".Activity.ShopDetailActivity"
android:exported="false" />
<activity
android:name=".Activity.OrderDetailActivity"
android:exported="false" />