Fixed
Status Update
Comments
mo...@gmail.com <mo...@gmail.com> #2
I think this button has a minimal width of 54.dp
cl...@google.com <cl...@google.com> #3
I don't think this is part of the base Material spec, is it?
We are not implementing any Google specific usages that are out of spec, but we're happy to try and make the API flexible so you can achieve this yourself
We are not implementing any Google specific usages that are out of spec, but we're happy to try and make the API flexible so you can achieve this yourself
an...@google.com <an...@google.com> #4
Louis, this should be possible if we use the same overridable min size modifier as you want for the Icon, right?
an...@google.com <an...@google.com> #6
I would say it is blocked by this bug, but not a duplicate? we will not forget to start using it in the button
lp...@google.com <lp...@google.com>
cl...@google.com <cl...@google.com>
lp...@google.com <lp...@google.com> #7
Button now allows you to override the default constraints, so you can explicitly set a smaller size than the default if you wish just by providing a size modifier.
Description