spy__
spy__

Reputation: 35

Android circular progress bar from guide

Is it possible to do circular loader from Material Design guide? Circular loader from guide

Do you know any components like that?

Upvotes: 1

Views: 225

Answers (2)

Diego
Diego

Reputation: 1488

This is the same material button

https://github.com/ckurtm/FabButton

Upvotes: 2

Kevin van Mierlo
Kevin van Mierlo

Reputation: 9814

I think this library is what you're searching for:

https://github.com/torryharris/TH-ProgressButton

If that's not quite what you're searching for then this might be an options:

https://github.com/dmytrodanylyk/circular-progress-button

To look for libraries use one of these websites or just google:

https://android-libs.com/

https://android-arsenal.com/

Upvotes: 2

Related Questions