android-HoloCircularProgressBar
android-HoloCircularProgressBar copied to clipboard
Hi! is it possible to make progressBar indeterminated (like android progressDialog)?
if you set the progress to > 1 it looks like an indeterminated progress bar. you could animate from 1 to 2, reset to 1 and restart the animation.
It's currently not planned to include a valueanimator inside the view itself to support animations out of the box.
use this. :) https://github.com/passsy/android-HoloCircularProgressBar/pull/30