mrwonderman / android-square-progressbar

An android library to display a progressbar that goes around an image.
http://halcyon.ch/android-square-progressbar-v-1-6-0/
1.28k stars 285 forks source link

.setIndeterminate(true); not working #43

Closed darwinfrancis closed 7 years ago

darwinfrancis commented 7 years ago

When i use view.setIndeterminate(true); not progress displays around the image.

    <ch.halcyon.squareprogressbar.SquareProgressBar
        android:id="@+id/iv_photo"
        android:layout_width="@dimen/_200sdp"
        android:layout_height="@dimen/_200sdp"
        android:layout_centerHorizontal="true" />
darwinfrancis commented 7 years ago

Ok, o got it You have to use view.setProgress(value); in order to work inteterminate progress