Custom thumb support added (#190)

This commit is contained in:
Kishan Kumar
2023-09-25 11:49:05 +05:30
committed by GitHub
parent 7e3c8c465f
commit 7dbeba8437
8 changed files with 83 additions and 21 deletions

View File

@@ -11230,7 +11230,45 @@
"inactiveTickColor": "#EBEBEB"
},
"viewType": "SliderV2",
"layoutId": "loanAmountSlider"
"layoutId": "loanAmountSlider",
"thumbView": {
"property": {
"viewType": "Box",
"height": "WRAP_CONTENT",
"width": "WRAP_CONTENT",
"shape": {
"shapeType": "RoundedCornerShape",
"size": "12"
}
},
"childrenViews": [
{
"property": {
"viewType" : "Card",
"height": "24",
"width": "24",
"backgroundColor" : "#FFFFFF",
"shape": {
"shapeType": "RoundedCornerShape",
"size": "12"
}
}
},
{
"property": {
"viewType" : "Card",
"height": "20",
"width": "20",
"backgroundColor" : "#1F002A",
"shape": {
"shapeType": "RoundedCornerShape",
"size": "10"
}
}
}
]
}
}
},
{