From 7613230016ec46f9059a16345f9c3b41e62714a2 Mon Sep 17 00:00:00 2001 From: hotmauligracia Date: Tue, 4 Mar 2025 19:58:40 +0700 Subject: [PATCH] activity_shipping_confirmation.xml --- app/src/main/AndroidManifest.xml | 5 +- .../{ => payment}/ClaimPaymentActivity.kt | 2 +- .../shipment/ShippingConfirmationActivity.kt | 21 ++ .../res/layout/activity_claim_payment.xml | 2 +- .../layout/activity_shipping_confirmation.xml | 227 ++++++++++++++++++ 5 files changed, 254 insertions(+), 3 deletions(-) rename app/src/main/java/com/alya/ecommerce_serang/ui/profile/mystore/sells/{ => payment}/ClaimPaymentActivity.kt (91%) create mode 100644 app/src/main/java/com/alya/ecommerce_serang/ui/profile/mystore/sells/shipment/ShippingConfirmationActivity.kt create mode 100644 app/src/main/res/layout/activity_shipping_confirmation.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6fe29ea..e4fe4d9 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,7 +17,10 @@ android:usesCleartextTraffic="true" tools:targetApi="31"> + + val systemBars = insets.getInsets(WindowInsetsCompat.Type.systemBars()) + v.setPadding(systemBars.left, systemBars.top, systemBars.right, systemBars.bottom) + insets + } + } +} \ No newline at end of file diff --git a/app/src/main/res/layout/activity_claim_payment.xml b/app/src/main/res/layout/activity_claim_payment.xml index 6f8b2d6..5ba03d5 100644 --- a/app/src/main/res/layout/activity_claim_payment.xml +++ b/app/src/main/res/layout/activity_claim_payment.xml @@ -6,7 +6,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - tools:context=".ui.profile.mystore.sells.ClaimPaymentActivity"> + tools:context=".ui.profile.mystore.sells.payment.ClaimPaymentActivity"> diff --git a/app/src/main/res/layout/activity_shipping_confirmation.xml b/app/src/main/res/layout/activity_shipping_confirmation.xml new file mode 100644 index 0000000..91a3aa9 --- /dev/null +++ b/app/src/main/res/layout/activity_shipping_confirmation.xml @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +