add address and shipping

This commit is contained in:
shaulascr
2025-04-08 22:37:46 +07:00
parent ad6a67d5c5
commit cac6b9ed7a
43 changed files with 718 additions and 190 deletions

View File

@ -17,6 +17,12 @@
android:theme="@style/Theme.Ecommerce_serang"
android:usesCleartextTraffic="true"
tools:targetApi="31">
<activity
android:name=".ui.order.EditAddressActivity"
android:exported="false" />
<activity
android:name=".ui.order.AddAddressActivity"
android:exported="false" />
<activity
android:name=".ui.order.AddressActivity"
android:exported="false" />