whatsapp icon added
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
BIN
navi-common/src/main/res/drawable-hdpi/small_whatsapp.webp
Normal file
BIN
navi-common/src/main/res/drawable-hdpi/small_whatsapp.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
navi-common/src/main/res/drawable-mdpi/small_whatsapp.webp
Normal file
BIN
navi-common/src/main/res/drawable-mdpi/small_whatsapp.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 756 B |
BIN
navi-common/src/main/res/drawable-xhdpi/small_whatsapp.webp
Normal file
BIN
navi-common/src/main/res/drawable-xhdpi/small_whatsapp.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
BIN
navi-common/src/main/res/drawable-xxhdpi/small_whatsapp.webp
Normal file
BIN
navi-common/src/main/res/drawable-xxhdpi/small_whatsapp.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
BIN
navi-common/src/main/res/drawable-xxxhdpi/small_whatsapp.webp
Normal file
BIN
navi-common/src/main/res/drawable-xxxhdpi/small_whatsapp.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
Reference in New Issue
Block a user