whatsapp icon added

This commit is contained in:
ashutoshy
2022-05-20 19:38:56 +05:30
parent d9c23965fa
commit 95cd9d6ecd
6 changed files with 2 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ object IconUtils {
private const val INSURANCE_PAD = "INSURANCE_PAD"
private const val REPEAT_LOAN = "REPEAT_LOAN"
private const val CONTINUE_ARROW = "CONTINUE_ARROW"
private const val SMALL_WHATSAPP = "SMALL_WHATSAPP"
fun updateIcon(imageDetail: ImageDetail, imageView: ImageView, imagePlaceholder : Drawable? = null) {
imageDetail.iconCode?.let { iconCode ->
@@ -200,6 +201,7 @@ object IconUtils {
INSURANCE_PAD -> R.drawable.insurance_pad
REPEAT_LOAN -> R.drawable.repeat_loan_offer
CONTINUE_ARROW -> R.drawable.continue_arrow
SMALL_WHATSAPP -> R.drawable.small_whatsapp
else -> -1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB