diff --git a/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/domain/Wallet2CobrandImage.kt b/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/domain/Wallet2CobrandImage.kt index 5f66d5f11c..ccb5da40d3 100644 --- a/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/domain/Wallet2CobrandImage.kt +++ b/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/domain/Wallet2CobrandImage.kt @@ -55,6 +55,18 @@ internal enum class Wallet2CobrandImage( batchIds = setOf("AF97"), ), + CashClubGold( + cards2ResId = R.drawable.ill_cashclubgold_card2_120_106, + cards3ResId = R.drawable.ill_cashclubgold_card3_120_106, + batchIds = setOf("BB000004"), + ), + + Changenow( + cards2ResId = R.drawable.ill_changenow_card2_120_106, + cards3ResId = R.drawable.ill_changenow_card3_120_106, + batchIds = setOf("BB000013"), + ), + CoinMetrica( cards2ResId = R.drawable.ill_coin_metrica_card2_120_106, cards3ResId = R.drawable.ill_coin_metrica_card3_120_106, @@ -97,6 +109,12 @@ internal enum class Wallet2CobrandImage( batchIds = setOf("AF13"), ), + Hodl( + cards2ResId = R.drawable.ill_hodl_card2_120_106, + cards3ResId = R.drawable.ill_hodl_card3_120_106, + batchIds = setOf("BB000009"), + ), + Jr( cards2ResId = R.drawable.ill_jr_card2_120_106, cards3ResId = R.drawable.ill_jr_card3_120_106, @@ -145,12 +163,24 @@ internal enum class Wallet2CobrandImage( batchIds = setOf("AF52"), ), + Kango( + cards2ResId = R.drawable.ill_kango_card2_120_106, + cards3ResId = R.drawable.ill_kango_card3_120_106, + batchIds = setOf("BB000006"), + ), + Konan( cards2ResId = R.drawable.ill_konan_card2_120_106, cards3ResId = R.drawable.ill_konan_card3_120_106, batchIds = setOf("AF93"), ), + Kroak( + cards2ResId = R.drawable.ill_kroak_card2_120_106, + cards3ResId = R.drawable.ill_kroak_card3_120_106, + batchIds = setOf("BB000011"), + ), + Neiro( cards2ResId = R.drawable.ill_neiro_card2_120_106, cards3ResId = R.drawable.ill_neiro_card3_120_106, @@ -163,6 +193,12 @@ internal enum class Wallet2CobrandImage( batchIds = setOf("AF26"), ), + PassimPay( + cards2ResId = R.drawable.ill_passimpay_cards2_120_106, + cards3ResId = R.drawable.ill_passimpay_cards3_120_106, + batchIds = setOf("BB000007"), + ), + // for multicolored cards use image of 3 cards in all cases Pastel( cards2ResId = R.drawable.ill_pastel_cards3_120_106, @@ -176,12 +212,24 @@ internal enum class Wallet2CobrandImage( batchIds = setOf("AF34"), ), + Rizo( + cards2ResId = R.drawable.ill_rizo_card2_120_106, + cards3ResId = R.drawable.ill_rizo_card3_120_106, + batchIds = setOf("BB000012"), + ), + SatoshiFriends( cards2ResId = R.drawable.ill_satoshi_card2_120_106, cards3ResId = R.drawable.ill_satoshi_card3_120_106, batchIds = setOf("AF19"), ), + SinCity( + cards2ResId = R.drawable.ill_sincity_card2_120_106, + cards3ResId = R.drawable.ill_sincity_card3_120_106, + batchIds = setOf("BB000010"), + ), + StealthCard( cards2ResId = R.drawable.ill_stealth_cards2_120_106, cards3ResId = R.drawable.ill_stealth_cards3_120_106, @@ -219,6 +267,12 @@ internal enum class Wallet2CobrandImage( batchIds = setOf("AF40", "AF41", "AF42", "AF75", "AF76", "AF77"), ), + Vnish( + cards2ResId = R.drawable.ill_vnish_card2_120_106, + cards3ResId = R.drawable.ill_vnish_card3_120_106, + batchIds = setOf("BB000005"), + ), + VoltInu( cards2ResId = R.drawable.ill_volt_inu_card2_120_106, cards3ResId = R.drawable.ill_volt_inu_card3_120_106, @@ -231,6 +285,12 @@ internal enum class Wallet2CobrandImage( batchIds = setOf("AF15"), ), + WildGoat( + cards2ResId = R.drawable.ill_wildgoat_card2_120_106, + cards3ResId = R.drawable.ill_wildgoat_card3_120_106, + batchIds = setOf("BB000001"), + ), + Winter( cards2ResId = R.drawable.ill_winter_card2_120_106, cards3ResId = R.drawable.ill_winter_card3_120_106, diff --git a/features/wallet/impl/src/main/res/drawable/ill_cashclubgold_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_cashclubgold_card2_120_106.webp new file mode 100644 index 0000000000..d32f072b9b Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_cashclubgold_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_cashclubgold_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_cashclubgold_card3_120_106.webp new file mode 100644 index 0000000000..52bf5cd3e5 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_cashclubgold_card3_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_changenow_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_changenow_card2_120_106.webp new file mode 100644 index 0000000000..655e5b0fae Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_changenow_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_changenow_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_changenow_card3_120_106.webp new file mode 100644 index 0000000000..f9708fde10 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_changenow_card3_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_hodl_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_hodl_card2_120_106.webp new file mode 100644 index 0000000000..9f27e2fdc2 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_hodl_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_hodl_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_hodl_card3_120_106.webp new file mode 100644 index 0000000000..7961215c48 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_hodl_card3_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_kango_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_kango_card2_120_106.webp new file mode 100644 index 0000000000..8565e7b9dd Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_kango_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_kango_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_kango_card3_120_106.webp new file mode 100644 index 0000000000..0dd2093311 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_kango_card3_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_kroak_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_kroak_card2_120_106.webp new file mode 100644 index 0000000000..5aeca16b01 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_kroak_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_kroak_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_kroak_card3_120_106.webp new file mode 100644 index 0000000000..eca80dd09e Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_kroak_card3_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_passimpay_cards2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_passimpay_cards2_120_106.webp new file mode 100644 index 0000000000..44ec13507a Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_passimpay_cards2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_passimpay_cards3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_passimpay_cards3_120_106.webp new file mode 100644 index 0000000000..4f0885d01e Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_passimpay_cards3_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_rizo_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_rizo_card2_120_106.webp new file mode 100644 index 0000000000..b1b4993e6e Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_rizo_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_rizo_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_rizo_card3_120_106.webp new file mode 100644 index 0000000000..d9e39e39d2 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_rizo_card3_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_sincity_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_sincity_card2_120_106.webp new file mode 100644 index 0000000000..9af2c6e8e1 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_sincity_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_sincity_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_sincity_card3_120_106.webp new file mode 100644 index 0000000000..dceee4bd4b Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_sincity_card3_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_vnish_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_vnish_card2_120_106.webp new file mode 100644 index 0000000000..4d7876d76d Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_vnish_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_vnish_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_vnish_card3_120_106.webp new file mode 100644 index 0000000000..a627760725 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_vnish_card3_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_wildgoat_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_wildgoat_card2_120_106.webp new file mode 100644 index 0000000000..ab0aed4ed9 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_wildgoat_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_wildgoat_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_wildgoat_card3_120_106.webp new file mode 100644 index 0000000000..4169f0d9f1 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_wildgoat_card3_120_106.webp differ