mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
e1d54eb3b9
commit_hash:59e735f799f3b0e12362e20e6ab4603111e7adc6
78 lines
1.7 KiB
JSON
78 lines
1.7 KiB
JSON
{
|
|
"description": "Input without text",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
],
|
|
"card": {
|
|
"log_id": "input",
|
|
"variables": [
|
|
{
|
|
"name": "input_value",
|
|
"type": "string",
|
|
"value": ""
|
|
}
|
|
],
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "input",
|
|
"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": "#FFFFCC"
|
|
}
|
|
],
|
|
"border": {
|
|
"corner_radius": 8,
|
|
"has_shadow": 1,
|
|
"stroke": {
|
|
"color": "#0000FF"
|
|
}
|
|
},
|
|
"text_variable": "input_value",
|
|
"font_size": 20,
|
|
"font_weight": "medium",
|
|
"font_family": "roboto_flex",
|
|
"font_variation_settings": {
|
|
"slnt": -7
|
|
},
|
|
"text_color": "#444444",
|
|
"hint_text": "initial_hint",
|
|
"hint_color": "#AAAAAA",
|
|
"highlight_color": "#AAAAFF",
|
|
"max_visible_lines": 2,
|
|
"line_height": 60,
|
|
"native_interface": {
|
|
"color": "#88FFFF"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|