NTP-18357 | Sohan Reddy | Fixes for christmas (#14268)

This commit is contained in:
Sohan Reddy Atukula
2024-12-20 15:31:06 +05:30
committed by GitHub
parent fa430cac6f
commit 8a6b5f81ac
6 changed files with 1708 additions and 5 deletions

View File

@@ -97,7 +97,7 @@ navi-alfred = "2.1.0"
navi-elex = "1.9.1"
navi-guarddog = "3.12.0"
navi-pulse = "1.14.0"
navi-uitron = "2.6.0"
navi-uitron = "2.7.0"
navigation = "2.8.5"
okhttp-bom = "4.12.0"
otaliastudios-cameraview = "2.7.2"

View File

@@ -470,7 +470,7 @@ fun ScratchCardLockedOrExpired(
.background(Color_F9F9F9)
.setScratchCardMargin(firstElement)
.aspectRatio(1f)
.clip(RoundedCornerShape(8.dp))
.clip(RoundedCornerShape(5.dp))
.clickable(
interactionSource = NoRippleIndicationSource(),
indication = null,
@@ -554,7 +554,7 @@ fun ScratchCardScratched(
.setScratchCardMargin(firstElement)
.aspectRatio(1f)
.size(156.dp)
.background(color = Color.White, shape = RoundedCornerShape(8.dp))
.background(color = Color.White, shape = RoundedCornerShape(5.dp))
.clickable(
interactionSource = NoRippleIndicationSource(),
indication = null,
@@ -565,7 +565,7 @@ fun ScratchCardScratched(
renderBottomSheet = renderBottomSheet
)
}
.border(width = 1.dp, color = borderAlt, shape = RoundedCornerShape(8.dp))
.border(width = 1.dp, color = borderAlt, shape = RoundedCornerShape(5.dp))
) {
metadata?.get(SCRATCHED_SCRATCH_CARD_URL_KEY)?.let {
AsyncImage(

View File

@@ -1808,7 +1808,7 @@ object NaviWidgetIconUtils {
OFFER_ICON_PURPLE -> R.drawable.ic_offer_purple
OFFER_ICON_PURPLE_WITH_BORDER -> R.drawable.ic_offer_purple_with_border
NAVI_ICON -> R.drawable.navi_icon
HOLIDAY_SCRATCH_CARD_IMAGE -> R.drawable.holiday_scratch_card_image
HOLIDAY_SCRATCH_CARD_IMAGE -> R.drawable.ic_christmas_sc
else -> -1
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

File diff suppressed because one or more lines are too long