siyamed/android-shape-imageview

Bug: siBorderWidth=0px doesn't really disable the border

AndroidDeveloperLB opened this issue · 3 comments

Try setting this:

<com.github.siyamed.shapeimageview.CircularImageView
    android:id="@+id/image"
    android:layout_width="100dp"
    android:layout_height="100dp"
    android:src="@drawable/landscape"
    app:siBorderWidth="0px"/>

It will still show a border.
Even when I set app:siBorderColor="#00000000" , it still appears...

I've seen this issue too - I set border alpha to 0 to solve it

sorry,the project is not mine,i just fork it

@salmanit You mean it's hard to fix it, as you are not familiar enough with the code?