Files
2022-08-29 14:42:13 +03:00

156 lines
3.8 KiB
JSON

{
"templates": {
"text_block": {
"type": "text",
"font_size": 28,
"text_alignment_horizontal": "center",
"text_alignment_vertical": "center",
"alignment_horizontal": "center",
"text_color": "#000000",
"width": {
"type": "match_parent"
},
"height": {
"type": "fixed",
"value": 184
},
"background": [
{
"type": "solid",
"color": "#0E000000"
}
],
"border": {
"corner_radius": 16
}
},
"tab_container": {
"type": "container",
"paddings": {
"left": 16,
"right": 16
}
},
"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": "Tabs"
},
{
"type": "subtitle",
"text": "A set of tabs and a row with labels.\n\nOnly one tab is visible at a time, the rest can be switched by tapping the label of the respective tab.",
"margins": {
"bottom": 24
}
},
{
"type": "tabs",
"height": {
"type": "wrap_content"
},
"tab_title_style": {
"animation_type": "slide"
},
"items": [
{
"title": "wrap_content",
"div": {
"type": "tab_container",
"items": [
{
"type": "text_block",
"text": "Item 0",
"width": {
"type": "match_parent"
}
}
]
}
},
{
"title": "wrap_content",
"div": {
"type": "tab_container",
"items": [
{
"type": "text_block",
"text": "Item 1",
"width": {
"type": "match_parent"
}
}
]
}
},
{
"title": "wrap_content",
"div": {
"type": "tab_container",
"items": [
{
"type": "text_block",
"text": "Item 3",
"width": {
"type": "match_parent"
}
}
]
}
},
{
"title": "wrap_content",
"div": {
"type": "tab_container",
"items": [
{
"type": "text_block",
"text": "Item 3",
"width": {
"type": "match_parent"
}
}
]
}
}
]
}
]
}
}
]
}
}