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

28 lines
471 B
JSON

{
"description": "Horizontal separator with fixed width",
"platforms": [
"android",
"ios",
"web"
],
"templates": {},
"card": {
"log_id": "snapshot_test_card",
"states": [
{
"state_id": 0,
"div": {
"type": "separator",
"delimiter_style": {
"color": "#FF0000"
},
"width": {
"type": "fixed",
"value": 64
}
}
}
]
}
}