Layouts

Specialized layout widgets.
Masked Layout

Masked Layout

This widget allows the use of drawable as a mask.  The mask will be applied to the canvas so that all drawing outside the mask will be discarded.
Rounded Corner Layout

Rounded Corner Layout

RoundedCornerLayout will draw its children within a rounded corner bounds.  The radii of the rounded corner can be set by calling the setCornerRadius() method.
Reflection Layout

Reflection Layout

ReflectionLayout is a layout container that will add a reflection to its child view.

ViewFlipper 3D

ViewFlipper 3D

ViewFlipper with a 3D flip animation.