Closed darwinfrancis closed 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" />
Ok, o got it You have to use view.setProgress(value); in order to work inteterminate progress
When i use view.setIndeterminate(true); not progress displays around the image.