loading indicator for account info fetch and tranfer

This commit is contained in:
2026-05-18 05:31:20 +05:00
parent 423b0bf1e1
commit 1753d648bd
3 changed files with 48 additions and 6 deletions
+3
View File
@@ -64,6 +64,9 @@ dependencies {
// RecyclerView for accounts list
implementation("androidx.recyclerview:recyclerview:1.3.2")
// CircularProgressDrawable for spinning search icons
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
// OkHttp for API calls
implementation("com.squareup.okhttp3:okhttp:4.11.0")