Bug: siBorderWidth=0px doesn't really disable the border
AndroidDeveloperLB opened this issue · 3 comments
AndroidDeveloperLB commented
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...
robotrory commented
I've seen this issue too - I set border alpha to 0 to solve it
salmanit commented
sorry,the project is not mine,i just fork it
AndroidDeveloperLB commented
@salmanit You mean it's hard to fix it, as you are not familiar enough with the code?