How can I make a diamond ShapeDrawable?
I want to make a drawable shaped like a diamond that I can draw in an xml resource. I am using drawable shapes as backgrounds for textviews, how can I define this type of shape? Should I use the a RotateDrawable wit开发者_StackOverflow中文版h a rectangle shape?
精彩评论