Fancybuttons icon indicating copy to clipboard operation
Fancybuttons copied to clipboard

Icons, Borders, Radius ... for Android buttons

Results 27 Fancybuttons issues
Sort by recently updated
recently updated
newest added

when button is pressed/focused its not possible to change the text color, which is very useful in many cases

enhancement

Hello, thankyou your library, I want to add a shadow for the button, like this: https://material.io/guidelines/components/buttons.html#buttons-raised-buttons, how do?

please consider adding support for RTL layouts. Now, we have to add both right and left padding to preserve spacing in both LTR and RTL layouts, which in turn throws...

enhancement

First of all thanks for your work, it's awesome!. Do you think would be possible to add a kind of status (ie. "isLoading") to the button where you can give...

enhancement

When I am creating a button like this: ``` ``` Everything is OK on pre-lollipop devices. But on lollipop and higher I see that text of button is clipped at...

Add option to set text size as textview android:textAppearance="@android:style/TextAppearance.Medium" so can define text size as small medium and large

This is a screenshot captured before I call "setIconResouce" method. ![device-2016-05-10-143605](https://cloud.githubusercontent.com/assets/1729001/15136452/b9086a50-16bc-11e6-9927-6ac1e49ace11.png) The layout of the button is borken. ![screenshot_20160510-143433](https://cloud.githubusercontent.com/assets/1729001/15136480/eacb63d0-16bc-11e6-88ac-fa73f3243345.png)