mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"description": "TODO: https://nda.ya.ru/t/MMvpmt855oXgre",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
],
|
|
"templates": {},
|
|
"card": {
|
|
"log_id": "snapshot_test_card",
|
|
"variables": [
|
|
{
|
|
"name": "slider_variable",
|
|
"type": "integer",
|
|
"value": 0
|
|
}
|
|
],
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "slider",
|
|
"thumb_style": {
|
|
"type": "shape_drawable",
|
|
"shape": {
|
|
"type": "rounded_rectangle"
|
|
},
|
|
"color": "#ff0000"
|
|
},
|
|
"thumb_value_variable": "slider_variable",
|
|
"track_inactive_style": {
|
|
"type": "shape_drawable",
|
|
"shape": {
|
|
"type": "rounded_rectangle"
|
|
},
|
|
"color": "#000000"
|
|
},
|
|
"track_active_style": {
|
|
"type": "shape_drawable",
|
|
"shape": {
|
|
"type": "rounded_rectangle"
|
|
},
|
|
"color": "#0000ff"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|