Files
divkit/test_data/snapshot_test_data/div-separator/vertical-fixed-width.json
T

50 lines
1007 B
JSON

{
"description": "Vertical separator with fixed height",
"platforms": [
"android",
"ios",
"web"
],
"templates": {},
"card": {
"log_id": "snapshot_test_card",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"width": {
"type": "wrap_content"
},
"height": {
"type": "fixed",
"value": 64
},
"background": [
{
"color": "#FFFFFF",
"type": "solid"
}
],
"items": [
{
"type": "separator",
"delimiter_style": {
"orientation": "vertical",
"color": "#FF0000"
},
"width": {
"type": "fixed",
"value": 64
},
"height": {
"type": "match_parent"
}
}
]
}
}
]
}
}