See Also: ShapeDrawable Members
A Drawable object that draws primitive shapes. A ShapeDrawable takes a Android.Graphics.Drawables.Shapes.Shape object and manages its presence on the screen. If no Shape is given, then the ShapeDrawable will default to a Android.Graphics.Drawables.Shapes.RectShape.
This object can be defined in an XML file with the <shape> element.
For more information about how to use ShapeDrawable, read the Canvas and Drawables document. For more information about defining a ShapeDrawable in XML, read the Drawable Resources document.