Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MaterialDrawableBuilder does not care about Drawable.setBounds #34

Closed
metinkale38 opened this issue Feb 19, 2017 · 2 comments
Closed

MaterialDrawableBuilder does not care about Drawable.setBounds #34

metinkale38 opened this issue Feb 19, 2017 · 2 comments

Comments

@metinkale38
Copy link

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...

@code-mc
Copy link
Owner

code-mc commented Feb 22, 2017

Working on a proper bounds implementation right now. Can't believe nobody had this issue before...

code-mc pushed a commit that referenced this issue Feb 22, 2017
@code-mc code-mc closed this as completed Feb 22, 2017
@code-mc
Copy link
Owner

code-mc commented Feb 22, 2017

Fixed in 1.1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants