mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
{
|
|
"card": {
|
|
"log_id": "text",
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "text",
|
|
"width": {
|
|
"type": "match_parent"
|
|
},
|
|
"height": {
|
|
"type": "wrap_content"
|
|
},
|
|
"margins": {
|
|
"left": 16,
|
|
"top": 16,
|
|
"right": 16,
|
|
"bottom": 16
|
|
},
|
|
"paddings": {
|
|
"left": 16,
|
|
"top": 16,
|
|
"right": 16,
|
|
"bottom": 16
|
|
},
|
|
"alpha": 1.0,
|
|
"alignment_horizontal": "center",
|
|
"alignment_vertical": "center",
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#0e000000"
|
|
}
|
|
],
|
|
"border": {
|
|
"corner_radius": 8
|
|
},
|
|
"font_size": 18,
|
|
"font_weight": "medium",
|
|
"text_alignment_horizontal": "center",
|
|
"text_alignment_vertical": "center",
|
|
"text_color": "#000000",
|
|
"text": "Lorem ipsum dolor sit amet",
|
|
"ranges": [
|
|
{
|
|
"start": 12,
|
|
"end": 17,
|
|
"text_color": "#6b2d70"
|
|
},
|
|
{
|
|
"start": 18,
|
|
"end": 21,
|
|
"text_color": "#b14db8"
|
|
},
|
|
{
|
|
"start": 22,
|
|
"end": 26,
|
|
"text_color": "#cf94d4"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|