<Creating an image view with "bite mark" shaped co...
# stackoverflow
r
Creating an image view with "bite mark" shaped corner I already managed to create a custom image view which applies a rectangle shape where the bottom corners remain untouched, the upper left corner is rounded and the upper right corner is curved inward. All of this works by drawing this path in code. The end product should not just have an upper right corner with an inward curve but should look like someone took a bite out of this corner so that you have teeth marks. I don't understand this well enough to create the bite part myself but i was...