Scalified / fab

Floating Action Button Library for Android
Apache License 2.0
849 stars 164 forks source link

Changing size of button #19

Closed ethpran closed 9 years ago

ethpran commented 9 years ago

Hi,

Great library. The only issue I have run into is that the size of the button is seemingly not customizable beyond Normal or Mini. Setting the height and width of the button in XML does nothing as far as I can tell. I saw from your video that this was on purpose in order to comply with Material Design guidelines, however it would be nice to be able to not have this limitation. Would it be possible to add custom sizing?

vbaidak commented 9 years ago

Hi ethpran

setSize(float) public void method has been already implemented in branch 1.1.0, which soon will be merged with trunk and released

Check for updates

ethpran commented 9 years ago

very cool! great job!