FitButton icon indicating copy to clipboard operation
FitButton copied to clipboard

The button which can use with icon, text, divider, custom ripple effect, border, corner radius e.t.c.

Results 7 FitButton issues
Sort by recently updated
recently updated
newest added

As far as I know, there is no way to add a gradient background to FitButton Please add this feature

hi i'm using this awesome library in many project but when i update my android studio to 4.2 version can't debug it error is Manifest merger failed with multiple errors,...

This is my fitbutton: `` The icon looks pixelated on big android screens, however it should not since the drawable is a vector icon and indeed it doesn't look pixelated...

Is there any way to set font of the button's text in by xml attribute that is equivalent to the way doing it in java code: `fitbutton.setTextFont(R.font.share_tech_regular);`

If you don't set the `fb_text` attribute or let it with a blank string, then text will not appear when you set it programmatically. My guess is that the button...

In the sample images, there are so many various kinds of buttons. But am not able to understand how to properly use these button. Can you please provide proper documentation...

I have observed in my log wherever my view contains FitButton, I get this log "W/View: requestLayout() improperly called by com.github.nikartm.button.FitButton{...} during layout: running second layout pass". Please look into...