sells update

This commit is contained in:
shaulascr
2025-05-27 17:39:51 +07:00
committed by Gracia Hotmauli
parent 67964d43cb
commit a93d039b27
21 changed files with 390 additions and 140 deletions

View File

@ -34,6 +34,7 @@
android:exported="false" />
<activity
android:name=".ui.auth.RegisterStoreActivity"
android:windowSoftInputMode="adjustResize"
android:exported="false" />
<activity
android:name=".ui.profile.editprofile.EditProfileCustActivity"
@ -47,15 +48,23 @@
<activity
android:name=".ui.profile.mystore.sells.shipment.ShipmentConfirmationActivity"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.profile.EditStoreProfileActivity"
android:windowSoftInputMode="adjustResize"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.sells.shipment.DetailShipmentActivity"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.sells.payment.DetailPaymentActivity"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.sells.order.DetailOrderActivity"
android:exported="false" />
<activity
android:name=".ui.chat.ChatActivity"
android:exported="false" /> <!-- <provider -->
android:exported="false"
android:windowSoftInputMode="adjustResize|stateHidden" /> <!-- <provider -->
<!-- android:name="androidx.startup.InitializationProvider" -->
<!-- android:authorities="${applicationId}.androidx-startup" -->
<!-- tools:node="remove" /> -->
@ -88,6 +97,7 @@
android:exported="false" />
<activity
android:name=".ui.order.address.AddAddressActivity"
android:windowSoftInputMode="adjustResize"
android:exported="false" />
<activity
android:name=".ui.order.address.AddressActivity"
@ -136,6 +146,7 @@
android:exported="false" />
<activity
android:name=".ui.auth.RegisterActivity"
android:windowSoftInputMode="adjustResize"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />