-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request - Circular ProgressBar #13
Comments
Hi, Useful feature. I will add it to the features queue. So check for updates |
You Are only developer that answers my issues so quickly. |
Thanks) I'm available the times when not sleeping) |
Hi, Another (possibly cooler) way to do so could be to use whole button animation. Let say "disable" button (gray) and rotate it with icon inside. What do you think ? |
Hi! I'm ok with it. If you have time and wish you can try to implement it (after 1.1.0 release) and send me the pull request Thanks for contribution |
Meanwhile I played with this (beware 15 min test - just a test)...
progressBar = (ProgressBar) view.findViewById(R.id.createOrder_progressBar); actionButton = (ActionButton) view.findViewById(R.id.createOrder_button);
} // FINISH operation |
Idea is good. However I think it would be better to draw the progress instead of using the android's ones. This is what actually differs Action Button from another libraries. All elements in this library are indeed drawn in 2D instead of using an existing implementation We can extend the ActionButton class, override the onDraw(Canvas canvas) method and add additional ones. |
Any progress? Thanks... |
In plans, however I can't answer now how much time will it take. I'm planning a great refactoring + new features in the nearest time |
Hi
Can u add a circular progressBar around the FAB like this lib:
https://github.com/ckurtm/FabButton
The text was updated successfully, but these errors were encountered: