Files
edubinskaya a0b947b39e fix warning in samples
fix warning in samples
2022-10-17 11:27:02 +03:00

127 lines
3.0 KiB
JSON

{
"templates": {
"empty_block": {
"type": "text",
"text": " ",
"width": {
"type": "fixed",
"value": 100
},
"height": {
"type": "fixed",
"value": 100
}
},
"title": {
"type": "text",
"font_size": 20,
"line_height": 24,
"font_weight": "bold",
"paddings": {
"left": 24,
"right": 24,
"bottom": 16
}
},
"subtitle": {
"font_size": 15,
"line_height": 20,
"type": "text",
"paddings": {
"left": 24,
"right": 24
}
}
},
"card": {
"log_id": "sample_card",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"orientation": "vertical",
"margins": {
"top": 24,
"bottom": 24
},
"items": [
{
"type": "title",
"text": "Separator."
},
{
"type": "subtitle",
"text": "Can be vertical or horizontal. You can set the color or make the separator transparent.",
"margins": {
"bottom": 24
}
},
{
"type": "container",
"orientation": "vertical",
"paddings": {
"left": 24,
"right": 24
},
"items": [
{
"type": "empty_block",
"width": {
"type": "match_parent"
},
"height": {
"type": "fixed",
"value": 2
}
},
{
"type": "separator",
"delimiter_style": {
"color": "#1e000000"
},
"paddings": {
"top": 12,
"bottom": 12
}
},
{
"type": "container",
"orientation": "horizontal",
"items": [
{
"type": "empty_block",
"width": {
"type": "match_parent",
"weight": 4
}
},
{
"type": "separator",
"delimiter_style": {
"orientation": "vertical",
"color": "#1e000000"
},
"height": {
"type": "fixed",
"value": 100
}
},
{
"type": "empty_block",
"width": {
"type": "match_parent",
"weight": 2
}
}
]
}
]
}
]
}
}
]
}
}