Files
divkit/test_data/regression_test_data/accessibility/mode/default.json
T
2022-09-06 10:43:11 +03:00

191 lines
5.0 KiB
JSON

{
"log_id": "accessibility/mode/merge",
"transition_animation_selector": "data_change",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"height": {
"type": "wrap_content"
},
"background": [
{
"type": "solid",
"color": "#2C3E50"
}
],
"margins": {
"left": 16,
"top": 16,
"right": 16,
"bottom": 16
},
"orientation": "vertical",
"items": [
{
"type": "text",
"width": {
"type": "match_parent"
},
"height": {
"type": "fixed",
"value": 48
},
"font_size": 18,
"font_weight": "medium",
"text_alignment_vertical": "center",
"text_alignment_horizontal": "center",
"text_color": "#34495E",
"text": "Элемент 1",
"margins": {
"left": 16,
"top": 16,
"right": 16,
"bottom": 16
},
"accessibility": {
"description": "Это Элемент 1"
},
"border": {
"corner_radius": 8
},
"background": [
{
"type": "solid",
"color": "#1ABC9C"
}
]
},
{
"type": "container",
"background": [
{
"type": "solid",
"color": "#1959d1"
}
],
"margins": {
"left": 16,
"top": 16,
"right": 16,
"bottom": 16
},
"border": {
"corner_radius": 8
},
"accessibility": {
"mode": "merge"
},
"items": [
{
"type": "text",
"width": {
"type": "match_parent"
},
"height": {
"type": "fixed",
"value": 48
},
"font_size": 18,
"font_weight": "medium",
"text_alignment_vertical": "center",
"text_alignment_horizontal": "center",
"text_color": "#34495E",
"text": "Элемент 2",
"margins": {
"left": 16,
"top": 16,
"right": 16,
"bottom": 16
},
"accessibility": {
"description": "Это Элемент 2"
},
"border": {
"corner_radius": 8
},
"background": [
{
"type": "solid",
"color": "#1ABC9C"
}
]
},
{
"type": "text",
"width": {
"type": "match_parent"
},
"height": {
"type": "fixed",
"value": 48
},
"font_size": 18,
"font_weight": "medium",
"text_alignment_vertical": "center",
"text_alignment_horizontal": "center",
"text_color": "#34495E",
"text": "Элемент 3",
"margins": {
"left": 16,
"top": 16,
"right": 16,
"bottom": 16
},
"accessibility": {
"description": "Это Элемент 3"
},
"border": {
"corner_radius": 8
},
"background": [
{
"type": "solid",
"color": "#1ABC9C"
}
]
}
]
},
{
"type": "text",
"width": {
"type": "match_parent"
},
"height": {
"type": "fixed",
"value": 48
},
"font_size": 18,
"font_weight": "medium",
"text_alignment_vertical": "center",
"text_alignment_horizontal": "center",
"text_color": "#FFFFFF",
"text": "Элемент 4",
"margins": {
"left": 16,
"top": 16,
"right": 16,
"bottom": 16
},
"accessibility": {
"mode": "exclude",
"description": "Это Элемент 4"
},
"border": {
"corner_radius": 8
},
"background": [
{
"type": "solid",
"color": "#cc0605"
}
]
}
]
}
}
]
}