Is there a way to subtract or "cut out" a shape from another shape in xml? I'd like to create a white square with a transparent circular hole in the center... mainly because I don't want to do a bitmap manipulation to make a circular image :).
Yes, I know this solution (How to create a circular ImageView in Android?) exists.