Files
the-leo b320b41834 Lessons resources
commit_hash:39fa333110b40aaf54822cd059ba234934e82055
2025-03-18 21:35:48 +03:00

99 lines
2.3 KiB
JSON

{
"templates": {
"text_block": {
"type": "text",
"border": {
"corner_radius": 8,
"stroke": {
"color": "#ffffff",
"width": 2
}
},
"background": [
{
"color": "#0e000000",
"type": "solid"
}
],
"font_size": 20,
"text_alignment_vertical": "center",
"text_alignment_horizontal": "center",
"text_color": "#000000",
"height": {
"type": "fixed",
"value": 80
}
}
},
"card": {
"log_id": "sample_card",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"orientation": "vertical",
"items": [
{
"type": "tabs",
"height": {
"type": "wrap_content"
},
"paddings": {
"left": 16,
"right": 16
},
"margins": {
"top": 4,
"bottom": 28
},
"items": [
{
"title": "Tab 1",
"div": {
"type": "text_block",
"text": "Item 0",
"width": {
"type": "match_parent"
}
}
},
{
"title": "Tab 2",
"div": {
"type": "text_block",
"text": "Item 1",
"width": {
"type": "match_parent"
}
}
},
{
"title": "Tab 3",
"div": {
"type": "text_block",
"text": "Item 3",
"width": {
"type": "match_parent"
}
}
},
{
"title": "Tab 4",
"div": {
"type": "text_block",
"text": "Item 4",
"width": {
"type": "match_parent"
}
}
}
]
}
]
}
}
]
}
}