diff --git a/.idea/other.xml b/.idea/other.xml
deleted file mode 100644
index dba9935..0000000
--- a/.idea/other.xml
+++ /dev/null
@@ -1,395 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 4d3fe76..3ec5681 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -17,13 +17,16 @@
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/java/com/alya/ecommerce_serang/ui/profile/mystore/AddProductActivity.kt b/app/src/main/java/com/alya/ecommerce_serang/ui/profile/mystore/product/AddProductActivity.kt
similarity index 92%
rename from app/src/main/java/com/alya/ecommerce_serang/ui/profile/mystore/AddProductActivity.kt
rename to app/src/main/java/com/alya/ecommerce_serang/ui/profile/mystore/product/AddProductActivity.kt
index d55ed70..16d718c 100644
--- a/app/src/main/java/com/alya/ecommerce_serang/ui/profile/mystore/AddProductActivity.kt
+++ b/app/src/main/java/com/alya/ecommerce_serang/ui/profile/mystore/product/AddProductActivity.kt
@@ -1,4 +1,4 @@
-package com.alya.ecommerce_serang.ui.profile.mystore
+package com.alya.ecommerce_serang.ui.profile.mystore.product
import android.os.Bundle
import androidx.activity.enableEdgeToEdge
diff --git a/app/src/main/java/com/alya/ecommerce_serang/ui/profile/mystore/EditStoreProfileActivity.kt b/app/src/main/java/com/alya/ecommerce_serang/ui/profile/mystore/profile/EditStoreProfileActivity.kt
similarity index 92%
rename from app/src/main/java/com/alya/ecommerce_serang/ui/profile/mystore/EditStoreProfileActivity.kt
rename to app/src/main/java/com/alya/ecommerce_serang/ui/profile/mystore/profile/EditStoreProfileActivity.kt
index 07dfb19..3e8f8ac 100644
--- a/app/src/main/java/com/alya/ecommerce_serang/ui/profile/mystore/EditStoreProfileActivity.kt
+++ b/app/src/main/java/com/alya/ecommerce_serang/ui/profile/mystore/profile/EditStoreProfileActivity.kt
@@ -1,4 +1,4 @@
-package com.alya.ecommerce_serang.ui.profile.mystore
+package com.alya.ecommerce_serang.ui.profile.mystore.profile
import android.os.Bundle
import androidx.activity.enableEdgeToEdge
diff --git a/app/src/main/res/drawable/ic_calendar.png b/app/src/main/res/drawable/ic_calendar.png
new file mode 100644
index 0000000..fb73604
Binary files /dev/null and b/app/src/main/res/drawable/ic_calendar.png differ
diff --git a/app/src/main/res/layout-v28/activity_toko_saya.xml b/app/src/main/res/layout-v28/activity_toko_saya.xml
index 4ebc6a3..21b20a2 100644
--- a/app/src/main/res/layout-v28/activity_toko_saya.xml
+++ b/app/src/main/res/layout-v28/activity_toko_saya.xml
@@ -6,7 +6,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
- tools:context=".ui.profile.TokoSayaActivity">
+ tools:context=".ui.profile.mystore.TokoSayaActivity">
diff --git a/app/src/main/res/layout/activity_add_product.xml b/app/src/main/res/layout/activity_add_product.xml
index ea193f4..5e88c91 100644
--- a/app/src/main/res/layout/activity_add_product.xml
+++ b/app/src/main/res/layout/activity_add_product.xml
@@ -6,7 +6,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
- tools:context=".ui.profile.mystore.AddProductActivity">
+ tools:context=".ui.profile.mystore.product.AddProductActivity">
@@ -171,8 +171,8 @@
@@ -483,8 +483,8 @@
diff --git a/app/src/main/res/layout/activity_balance_top_up.xml b/app/src/main/res/layout/activity_balance_top_up.xml
new file mode 100644
index 0000000..99cb5ec
--- /dev/null
+++ b/app/src/main/res/layout/activity_balance_top_up.xml
@@ -0,0 +1,327 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_edit_store_profile.xml b/app/src/main/res/layout/activity_edit_store_profile.xml
index ac2e9cf..361ce8e 100644
--- a/app/src/main/res/layout/activity_edit_store_profile.xml
+++ b/app/src/main/res/layout/activity_edit_store_profile.xml
@@ -5,7 +5,7 @@
android:id="@+id/main"
android:layout_width="match_parent"
android:layout_height="match_parent"
- tools:context=".ui.profile.mystore.EditStoreProfileActivity">
+ tools:context=".ui.profile.mystore.profile.EditStoreProfileActivity">
diff --git a/app/src/main/res/layout/activity_toko_saya.xml b/app/src/main/res/layout/activity_toko_saya.xml
index 9e82bf8..8312727 100644
--- a/app/src/main/res/layout/activity_toko_saya.xml
+++ b/app/src/main/res/layout/activity_toko_saya.xml
@@ -6,7 +6,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
- tools:context=".ui.profile.TokoSayaActivity">
+ tools:context=".ui.profile.mystore.TokoSayaActivity">