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 f24b36a03b..3c468610ba 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 @@ -230,12 +230,24 @@ internal enum class Wallet2CobrandImage( batchIds = setOf("BB000010"), ), + SpringBloom( + cards2ResId = R.drawable.ill_spring_bloom_card2_120_106, + cards3ResId = R.drawable.ill_spring_bloom_card3_120_106, + batchIds = setOf("AF990001", "AF990002", "AF990004"), + ), + StealthCard( cards2ResId = R.drawable.ill_stealth_cards2_120_106, cards3ResId = R.drawable.ill_stealth_cards3_120_106, batchIds = setOf("AF60", "AF74", "AF88"), ), + SunDrop( + cards2ResId = R.drawable.ill_sundrop_cards2_120_106, + cards3ResId = R.drawable.ill_sundrop_cards3_120_106, + batchIds = setOf("AF990005", "AF990003"), + ), + Trillant( cards2ResId = R.drawable.ill_trillant_card2_120_106, cards3ResId = R.drawable.ill_trillant_card3_120_106, diff --git a/features/wallet/impl/src/main/res/drawable/ill_spring_bloom_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_spring_bloom_card2_120_106.webp new file mode 100644 index 0000000000..49062f9073 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_spring_bloom_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_spring_bloom_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_spring_bloom_card3_120_106.webp new file mode 100644 index 0000000000..ca7081b627 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_spring_bloom_card3_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_sundrop_cards2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_sundrop_cards2_120_106.webp new file mode 100644 index 0000000000..95b756fe4b Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_sundrop_cards2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_sundrop_cards3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_sundrop_cards3_120_106.webp new file mode 100644 index 0000000000..61f134ebae Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_sundrop_cards3_120_106.webp differ