Open darwinfrancis opened 7 years ago
None of the ScaleType works with this view. If i use setImageScaleType(ImageView.ScaleType.CENTER) nothing happens.
<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"/>
None of the ScaleType works with this view. If i use setImageScaleType(ImageView.ScaleType.CENTER) nothing happens.