android-shape-imageview icon indicating copy to clipboard operation
android-shape-imageview copied to clipboard

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

Open AndroidDeveloperLB opened this issue 8 years ago • 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...

AndroidDeveloperLB avatar Feb 18 '16 13:02 AndroidDeveloperLB

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

robotrory avatar Mar 29 '16 11:03 robotrory

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

salmanit avatar Apr 05 '16 02:04 salmanit

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

AndroidDeveloperLB avatar Apr 05 '16 05:04 AndroidDeveloperLB