helloDCC

Results 10 comments of helloDCC

Could you tell me, where is your other clickable widget located? Thanks~

I did't think about auto close menu after clicking items, but for now, you can just use `springFloatingActionMenu.hideMenu()`method in you `onClickListener`.

@tellfa sure, I will ~

是什么机器呢,报的什么错~

I have updated the library, you can use enableFollowAnimation(false) method in SpringFloatingActionMenu.Builder, hope that can help you. Also thank @brucetoo ~

``` java for (ImageButton circle : mFollowCircles) { int x = fabCenterX - circle.getWidth() / 2; int y = fabCenterY - circle.getHeight() / 2; circle.layout(x, y, x + circle.getMeasuredWidth(), y...

It would be possible, I will add this feature. Thanks~