Imageview Subclass To Make Rounded Right Corner
I am trying to take an image like these and turn them into the top right 1/4 of the image. The image below is an example of what I need. **UPDATE: ** I have it (sort of) work
Solution 1:
IMHO this is the simplest way, and you can totally customize the class for achieve your goals. https://github.com/memoryleak/Android-RoundedImageView
Post a Comment for "Imageview Subclass To Make Rounded Right Corner"