Files
divkit/test_data/regression_test_data/patch/root.json
T
grechka62 ee00ecf038 Fix patch applying to root div
commit_hash:b9e6c2fb1021e7ec0ad3519d8086348730a9e638
2024-09-12 20:02:10 +03:00

77 lines
1.7 KiB
JSON

{
"templates": {
"item": {
"type": "text",
"height": {
"type": "fixed",
"value": 60
},
"paddings": {
"start": 16,
"top": 16,
"end": 16,
"bottom": 16
},
"border": {
"corner_radius": 8,
"stroke": {
"color": "#888888"
}
}
}
},
"card": {
"log_id": "patch_root",
"states": [
{
"state_id": 0,
"div": {
"id": "root_div",
"type": "container",
"visibility_action": {
"log_id": "visibility",
"url": "div-action://download?url=https%3A%2F%2Fyastatic.net%2Fs3%2Fhome%2Fdivkit%2Froot-patch.json"
},
"height": {
"type": "match_parent"
},
"items": [
{
"type": "container",
"id": "item1",
"items": [
{
"type": "text",
"text": "Original text",
"height": {
"type": "fixed",
"value": 48
}
}
]
},
{
"type": "container",
"id": "item2",
"height": {
"type": "match_parent"
},
"orientation": "vertical",
"items": [
{
"type": "item",
"text": "First item in container"
},
{
"type": "item",
"text": "Second item in container"
}
]
}
]
}
}
]
}
}