Add comment and show detail order

This commit is contained in:
phanhuuloi27
2022-06-13 21:23:26 +07:00
parent 6f1439e375
commit f26cacbfa5
11 changed files with 420 additions and 38 deletions
@@ -16,10 +16,14 @@
android:supportsRtl="true"
android:theme="@style/Theme.FoodifyServer"
tools:targetApi="31">
<activity
android:name=".OrderDetail"
android:exported="false" />
<service
android:name=".Service.ListenOrder"
android:enabled="true"
android:exported="true"></service>
android:exported="true" />
<uses-library
android:name="org.apache.http.legacy"