NTP-18357 | Sohan Reddy | Fixes for christmas (#14268)
This commit is contained in:
committed by
GitHub
parent
fa430cac6f
commit
8a6b5f81ac
@@ -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"
|
||||
|
||||
@@ -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(
|
||||
|
||||
Binary file not shown.
@@ -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 |
1703
android/navi-widgets/src/main/res/drawable/ic_christmas_sc.xml
Normal file
1703
android/navi-widgets/src/main/res/drawable/ic_christmas_sc.xml
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user