Files
divkit/test_data/regression_test_data/logging.json
T
babaevmm 201be941c9 fix json format
commit_hash:fd6e36a8ea96d96b9a00bac60a72f213c5f2dc0e
2025-02-07 18:43:40 +03:00

87 lines
1.8 KiB
JSON

{
"templates": {
"button": {
"type": "text",
"width": {
"type": "match_parent"
},
"height": {
"type": "wrap_content"
},
"paddings": {
"left": 16,
"top": 16,
"right": 16,
"bottom": 16
},
"margins": {
"top": 16,
"bottom": 16,
"left": 16,
"right": 16
},
"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"
}
},
"card": {
"log_id": "simple_tap",
"states": [
{
"state_id": 0,
"div": {
"id": "label",
"alignment_vertical": "center",
"type": "button",
"text": "Test button",
"actions": [
{
"log_id": "first_tap",
"url": "empty://"
},
{
"log_id": "second_tap",
"url": "empty://"
}
],
"longtap_actions": [
{
"log_id": "first_longtap",
"url": "empty://"
},
{
"log_id": "second_longtap",
"url": "empty://"
}
],
"doubletap_actions": [
{
"log_id": "first_doubletap",
"url": "empty://"
},
{
"log_id": "second_doubletap",
"url": "empty://"
}
]
}
}
]
}
}