Files
divkit/test_data/unit_test_data/patches/state/state-initial.json
T

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"
}
}
]
}
}
]
}
}