mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"card": {
|
|
"log_id": "text",
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "text",
|
|
"width": {
|
|
"type": "match_parent"
|
|
},
|
|
"height": {
|
|
"type": "wrap_content"
|
|
},
|
|
"paddings": {
|
|
"left": 16,
|
|
"top": 16,
|
|
"right": 16,
|
|
"bottom": 16
|
|
},
|
|
"margins": {
|
|
"top": 36,
|
|
"bottom": 36,
|
|
"left": 18,
|
|
"right": 18
|
|
},
|
|
"border": {
|
|
"corner_radius": 8
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#0E000000"
|
|
}
|
|
],
|
|
"font_size": 16,
|
|
"font_weight": "medium",
|
|
"text_alignment_vertical": "center",
|
|
"text_alignment_horizontal": "center",
|
|
"text_color": "#000000",
|
|
"alpha": 1.0,
|
|
"alignment_horizontal": "center",
|
|
"alignment_vertical": "center",
|
|
"text": "Long tap menu",
|
|
"ranges": [
|
|
{
|
|
"start": 12,
|
|
"end": 13,
|
|
"text_color": "#ECC00A"
|
|
}
|
|
],
|
|
"longtap_actions": [
|
|
{
|
|
"menu_items": [
|
|
{
|
|
"text": "Show",
|
|
"action": {
|
|
"url": "custom-menu://show",
|
|
"log_id": "custom/menu/hide"
|
|
}
|
|
},
|
|
{
|
|
"action": {
|
|
"url": "custom-menu://hide",
|
|
"log_id": "custom/menu/remove"
|
|
},
|
|
"text": "Hide"
|
|
}
|
|
],
|
|
"log_id": "longtap_actions"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|