ly.img.android.pesdk.backend.decoder.vector / XmlDrawableDecoder / create

create

open static fun create(res: Resources!, resId: Int, theme: Theme!): VectorDrawableCompat!

Create a VectorDrawableCompat object.

Parameters

res - Resources!: the resources.

resId - Int: the resource ID for VectorDrawableCompat object.

theme - Theme!: the theme of this vector drawable, it can be null.

Return
VectorDrawableCompat!: a new VectorDrawableCompat or null if parsing error is found.