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

No Borders are showing up

Open bvanhou opened this issue 9 years ago • 3 comments

The shape works however no borders are showing up

    <com.github.siyamed.shapeimageview.HexagonImageView
        android:id="@+id/img_circle"
        android:layout_width="40dp"
        android:layout_height="40dp"
        android:src="@drawable/pub"
        app:siBorderWidth="6dp"
        app:siBorderColor="@color/colorPrimaryDark"/>

bvanhou avatar Mar 28 '15 22:03 bvanhou

Same issue...

Do you find any solution ?

BackPackerDz avatar Apr 05 '15 18:04 BackPackerDz

I couldn't reproduce the problem. this is what I did

    <com.github.siyamed.shapeimageview.HexagonImageView
        android:id="@+id/img_circle"
        android:layout_width="40dp"
        android:layout_height="40dp"
        android:src="@android:drawable/ic_dialog_map"
        app:siBorderWidth="6dp"
        app:siBorderColor="@color/darkgray"/>

This is what I get:

hexagon

Can you please provide more information? @BackPackerDz @bvanhou

siyamed avatar Oct 12 '15 21:10 siyamed

I am facing this issue with Glide not Picasso

anandvijay619 avatar Dec 27 '15 06:12 anandvijay619