div-shape-drawable
Drawable of a simple geometric shape.
Parameters
Parameters | Description |
---|---|
color |
string Required parameter. Parameter is deprecated. Fill color. Valid formats: Available platforms: Android, iOS, web. |
shape |
object Required parameter. Shape. The value has the type Available platforms: Android, iOS, web. List of possible values: |
type |
string Required parameter. The value must always be Available platforms: Android, iOS, web. |
stroke |
object Parameter is deprecated. Stroke style. The value has the type Available platforms: Android, iOS, web. |
JSON
{
type*: "shape_drawable",
color*: "string",
shape*: div-shape,
stroke: {
color*: "string",
unit: "string",
width: "number"
}
}