android-shape-imageview
android-shape-imageview copied to clipboard
No Borders are showing up
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"/>
Same issue...
Do you find any solution ?
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:
Can you please provide more information? @BackPackerDz @bvanhou
I am facing this issue with Glide not Picasso