android-circlebutton
android-circlebutton copied to clipboard
Circle button widget for Android
I want to have a weight for FrameLayout (parent of CircleButton), and use "match_parent" for CircleButton's width and height. How can i do that?
As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.
how to change the background color of the circl ebutton programmatically?
Is there any way I can set text to the button.
It'll be nice if you could support the use of appSrcCompat to place icon drawables when using the buttons. Nice library by the way!
This is useful when using something like font-awesome (text) for button icons instead of bitmaps.
Features: 1) CheckableCircleButton widget. 2) OnPressListener to provide more flexible way to control button behavior during animation.
Hi Mark, Thanks for writing your CircleButton control. I plan to use it for FAB-like functionality in my pre-Lollipop apps. I added a shadow effect to help. Cheers, Steve
I needed to build a PIN pad with circular buttons so added text support.