Open roman-ku opened 8 years ago
Could you explain better what you're after?
In the meantime I'll think about it but since the idea behind this widget is having a finite amount of progress per click it wouldn't make sense to me.
It should look like the first FAB animation:
Ideally, I should be able to switch between definite and indefinite just by using the setIntermediate
(android docs link) property:
ProgressFloatingActionButton progressBar = ...
progressBar.setIntermediate(true)
Can't say I like the idea since it goes against the intended concept. Do feel free to fork and change it as you please though!
I don't think it goes against the original concept in fact I think that it complements it.
I would do that but I'm afraid I don't have the technical expertise to make that happen.
On Oct 7, 2016 02:47, "Daniel Mallcott" notifications@github.com wrote:
Can't say I like the idea since it goes against the intended concept. Do feel free to fork and change it as you please though!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dmallcott/ProgressFloatingActionButton/issues/2#issuecomment-252199315, or mute the thread https://github.com/notifications/unsubscribe-auth/AKFxxG5ej_KnWKiNLbGrQdrDk5h7jGD4ks5qxhUYgaJpZM4KQqK1 .
Can you please add the ability to have indefinite progress.