mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
eed44f448f
commit_hash:a80884f8d89a14490cb02e5278507f93ef7fb589
57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"description": "Input with min size height",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
],
|
|
"card": {
|
|
"log_id": "input",
|
|
"variables": [
|
|
{
|
|
"name": "x",
|
|
"type": "string",
|
|
"value": "Initial text"
|
|
}
|
|
],
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "input",
|
|
"text_variable": "x",
|
|
"text_alignment_vertical": "center",
|
|
"line_height": 20,
|
|
"margins": {
|
|
"left": 16,
|
|
"top": 16,
|
|
"bottom": 16,
|
|
"right": 16
|
|
},
|
|
"height": {
|
|
"type": "wrap_content",
|
|
"min_size": {
|
|
"type": "fixed",
|
|
"value": 100
|
|
}
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#FFFFCC"
|
|
}
|
|
],
|
|
"border": {
|
|
"corner_radius": 8,
|
|
"has_shadow": 1,
|
|
"stroke": {
|
|
"color": "#0000FF"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|