From 893feecf9030ab48700c90794565cdb6d73096f1 Mon Sep 17 00:00:00 2001 From: Nguyen Quang Minh Date: Fri, 24 May 2024 14:32:31 +0700 Subject: [PATCH] fix --- .idea/androidTestResultsUserPreferences.xml | 35 +++ .idea/deploymentTargetSelector.xml | 3 + .idea/other.xml | 11 + app/build.gradle.kts | 11 + app/src/main/AndroidManifest.xml | 5 +- .../shoseshop/data/remote/ShoesApi.kt | 4 + .../activities/checkout/CheckoutActivity.kt | 159 ++++++++++ .../activities/checkout/CheckoutViewModel.kt | 12 + .../ui/activities/signIn/SignInActivity.kt | 3 +- .../ui/activities/signUp/SignUpActivity.kt | 2 +- .../ui/fragments/cart/CartFragment.kt | 7 + app/src/main/res/drawable/ic_edit.xml | 9 + app/src/main/res/drawable/rounded_border.xml | 13 + app/src/main/res/layout/activity_checkout.xml | 273 ++++++++++++++++++ .../layout/item_product_checkout_review.xml | 82 ++++++ .../shoseshop/splash/SplashViewModelTest.kt | 27 ++ 16 files changed, 652 insertions(+), 4 deletions(-) create mode 100644 .idea/androidTestResultsUserPreferences.xml create mode 100644 app/src/main/java/com/nqmgaming/shoseshop/ui/activities/checkout/CheckoutActivity.kt create mode 100644 app/src/main/java/com/nqmgaming/shoseshop/ui/activities/checkout/CheckoutViewModel.kt create mode 100644 app/src/main/res/drawable/ic_edit.xml create mode 100644 app/src/main/res/drawable/rounded_border.xml create mode 100644 app/src/main/res/layout/activity_checkout.xml create mode 100644 app/src/main/res/layout/item_product_checkout_review.xml create mode 100644 app/src/test/java/com/nqmgaming/shoseshop/splash/SplashViewModelTest.kt diff --git a/.idea/androidTestResultsUserPreferences.xml b/.idea/androidTestResultsUserPreferences.xml new file mode 100644 index 0000000..c1edb42 --- /dev/null +++ b/.idea/androidTestResultsUserPreferences.xml @@ -0,0 +1,35 @@ + + + + + + \ No newline at end of file diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml index b86bc65..1e366c2 100644 --- a/.idea/deploymentTargetSelector.xml +++ b/.idea/deploymentTargetSelector.xml @@ -13,6 +13,9 @@ + + \ No newline at end of file diff --git a/.idea/other.xml b/.idea/other.xml index f72681f..d1de606 100644 --- a/.idea/other.xml +++ b/.idea/other.xml @@ -240,6 +240,17 @@