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