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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +