UIS-3 | Kamalesh | Add scratch card image (#11805)

This commit is contained in:
Kamalesh Garnayak
2024-07-16 00:09:33 +05:30
committed by GitHub
parent ac9613f635
commit 72793647da
2 changed files with 2 additions and 0 deletions

View File

@@ -858,6 +858,7 @@ object NaviWidgetIconUtils {
private const val GALLERY_ICON = "GALLERY_ICON"
private const val DOCUMENT_ICON = "DOCUMENT_ICON"
private const val AUDIO_ICON = "AUDIO_ICON"
private const val ScratchCardImage = "SCRATCH_CARD_IMAGE"
fun updateIcon(
imageDetail: ImageDetail,
@@ -1747,6 +1748,7 @@ object NaviWidgetIconUtils {
GALLERY_ICON -> R.drawable.ic_gallery_icon_new
DOCUMENT_ICON -> R.drawable.ic_file_manager_icon_new
AUDIO_ICON -> R.drawable.ic_audio_preview_purple
ScratchCardImage -> R.drawable.scratch_card_overlay
else -> -1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB