mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
54 lines
864 B
JSON
54 lines
864 B
JSON
{
|
|
"type": "select",
|
|
"width": {
|
|
"type": "match_parent"
|
|
},
|
|
"height": {
|
|
"type": "wrap_content"
|
|
},
|
|
"margins": {
|
|
"left": 16,
|
|
"top": 20,
|
|
"right": 16,
|
|
"bottom": 16
|
|
},
|
|
"paddings": {
|
|
"left": 16,
|
|
"top": 10,
|
|
"right": 16,
|
|
"bottom": 10
|
|
},
|
|
"alpha": 1.0,
|
|
"alignment_horizontal": "center",
|
|
"alignment_vertical": "center",
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#0e000000"
|
|
}
|
|
],
|
|
"border": {
|
|
"corner_radius": 8
|
|
},
|
|
"font_size": 16,
|
|
"font_weight": "medium",
|
|
"text_color": "#000000",
|
|
"value_variable": "value_variable",
|
|
"hint_text": "Select country",
|
|
"hint_color": "#888888",
|
|
"line_height": 22,
|
|
"options": [
|
|
{
|
|
"value": "ru",
|
|
"text": "Russia"
|
|
},
|
|
{
|
|
"value": "uk",
|
|
"text": "United Kingdom"
|
|
},
|
|
{
|
|
"value": "kz"
|
|
}
|
|
]
|
|
}
|