store under review

This commit is contained in:
Gracia Hotmauli
2025-06-23 22:48:37 +07:00
parent 0b47d0beb8
commit f539bfb9f0
10 changed files with 1016 additions and 536 deletions

View File

@ -29,6 +29,9 @@
android:theme="@style/Theme.Ecommerce_serang"
android:usesCleartextTraffic="true"
tools:targetApi="31">
<activity
android:name=".ui.profile.mystore.StoreOnReviewActivity"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.review.ReviewActivity"
android:exported="false" />
@ -51,7 +54,7 @@
android:name=".ui.product.storeDetail.StoreDetailActivity"
android:exported="false" />
<activity
android:name=".ui.auth.RegisterStoreActivity"
android:name=".ui.profile.mystore.RegisterStoreActivity"
android:exported="false"
android:windowSoftInputMode="adjustResize" />
<activity