See Also: LayerDrawable Members
A Drawable that manages an array of other Drawables. These are drawn in array order, so the element with the largest index will be drawn on top.
It can be defined in an XML file with the <layer-list> element. Each Drawable in the layer is defined in a nested <item>.
For more information, see the guide to Drawable Resources.