add history and evidence

This commit is contained in:
shaulascr
2025-04-14 04:26:53 +07:00
parent 3051732b1e
commit 3bcee3b16c
26 changed files with 1497 additions and 88 deletions

View File

@ -19,6 +19,12 @@
android:theme="@style/Theme.Ecommerce_serang"
android:usesCleartextTraffic="true"
tools:targetApi="31">
<activity
android:name=".ui.order.history.HistoryActivity"
android:exported="false" />
<activity
android:name=".ui.order.detail.PaymentActivity"
android:exported="false" />
<activity
android:name=".data.api.response.cart.CartActivity"
android:exported="false" />