Files
divkit/lessons_resources/09. Containers/container/separator.json
T
the-leo b320b41834 Lessons resources
commit_hash:39fa333110b40aaf54822cd059ba234934e82055
2025-03-18 21:35:48 +03:00

93 lines
2.0 KiB
JSON

{
"templates": {
"basic_text": {
"type": "text",
"font_size": 15,
"margins": {
"top": 12,
"bottom": 12
},
"border": {
"corner_radius": 10
},
"paddings": {
"top": 10,
"bottom": 10,
"start": 10,
"end": 10
},
"background": [
{
"type": "solid",
"color": "#600000ff"
}
],
"width": {
"type": "fixed",
"value": 150
}
}
},
"card": {
"log_id": "generated_div",
"states": [
{
"state_id": 0,
"div": {
"margins": {
"top": 10,
"left": 10,
"right": 10,
"bottom": 10
},
"type": "container",
"orientation": "vertical",
"border": {
"stroke": {
"color": "#000"
}
},
"items": [
{
"type": "container",
"orientation": "vertical",
"separator": {
"style": {
"type": "shape_drawable",
"color": "#000",
"shape": {
"type": "rounded_rectangle",
"item_width": {
"type": "fixed",
"value": 100
},
"item_height": {
"type": "fixed",
"value": 1
}
}
}
},
"content_alignment_horizontal": "center",
"items": [
{
"type": "basic_text",
"text": "Block 1.1"
},
{
"type": "basic_text",
"text": "Block 1.2"
},
{
"type": "basic_text",
"text": "Block 1.3"
}
]
}
]
}
}
]
}
}