Hey,
the drawable created from the MaterialDrawableBuilder does not support the Drawable.setBounds, for example when used in custom views...
as workaround i had to create a new drawable for each size change and move the object with translate, which is not very optimal...
Hey,
the drawable created from the MaterialDrawableBuilder does not support the Drawable.setBounds, for example when used in custom views...
as workaround i had to create a new drawable for each size change and move the object with translate, which is not very optimal...