Files
divkit/schema/div-shape.json
arsenosov c2b8489d67 Added circle shape to Android
Added circle shape to Android
2022-10-21 17:39:09 +03:00

17 lines
329 B
JSON

{
"anyOf": [
{
"$ref": "div-rounded-rectangle-shape.json",
"$description": "translations.json#/div_rounded_rectangle_shape"
},
{
"$ref": "div-circle-shape.json",
"$description": "translations.json#/div_circle_shape",
"platforms": [
"android",
"web"
]
}
]
}