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

setImageScaleType() not working #44

Open darwinfrancis opened 7 years ago

darwinfrancis commented 7 years ago

None of the ScaleType works with this view. If i use setImageScaleType(ImageView.ScaleType.CENTER) nothing happens.

capture

<LinearLayout
    android:layout_width="@dimen/_260sdp"
    android:layout_height="@dimen/_260sdp"
    android:layout_centerInParent="true"
    android:gravity="center_horizontal"
    android:orientation="vertical">

    <ch.halcyon.squareprogressbar.SquareProgressBar
        android:id="@+id/iv_photo"
        android:layout_width="@dimen/_200sdp"
        android:layout_height="@dimen/_200sdp"
        android:background="@color/white"/>