mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"templates": {},
|
|
"card": {
|
|
"log_id": "state",
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "state",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 320
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 200
|
|
},
|
|
"id": "state_container",
|
|
"default_state_id": "default",
|
|
"states": [
|
|
{
|
|
"state_id": "default",
|
|
"div": {
|
|
"id": "state1",
|
|
"type": "text",
|
|
"width": {
|
|
"type": "match_parent"
|
|
},
|
|
"height": {
|
|
"type": "match_parent"
|
|
},
|
|
"text_alignment_vertical": "center",
|
|
"text_alignment_horizontal": "center",
|
|
"text": "First state"
|
|
}
|
|
},
|
|
{
|
|
"state_id": "not_default",
|
|
"div": {
|
|
"id": "state2",
|
|
"type": "text",
|
|
"width": {
|
|
"type": "match_parent"
|
|
},
|
|
"height": {
|
|
"type": "match_parent"
|
|
},
|
|
"text_alignment_vertical": "center",
|
|
"text_alignment_horizontal": "center",
|
|
"text": "Second state"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|