mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
c2b8489d67
Added circle shape to Android
17 lines
329 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|