VectorDrawables
@Incubating interface VectorDrawables
DSL object used to configure vector
drawable options.
Summary
Public functions |
|
---|---|
Unit |
generatedDensities(vararg densities: String?) Densities used when generating PNGs from vector drawables at build time. |
Public properties |
|
---|---|
MutableSet<String>? |
Densities used when generating PNGs from vector drawables at build time. |
Boolean? |
Whether to use runtime support for |
Public functions
generatedDensities
fun generatedDensities(vararg densities: String?): Unit
Densities used when generating PNGs from vector drawables at build time. For the PNGs to be generated, minimum SDK has to be below 21.
If set to an empty collection, all special handling of vector drawables will be disabled.
Public properties
generatedDensities
val generatedDensities: MutableSet<String>?
Densities used when generating PNGs from vector drawables at build time. For the PNGs to be generated, minimum SDK has to be below 21.
If set to an empty collection, all special handling of vector drawables will be disabled.
useSupportLibrary
val useSupportLibrary: Boolean?
Whether to use runtime support for vector
drawables, instead of build-time support.
See Vector Asset Studio.