Custom thumb support added (#190)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user