Since: API Level 2.5
package

com.droidux.pack.layouts.drawable

Contains classes to manage a variety of visual eleents that are intented for display only, such as bitmaps and gradients.

For more information about how to use drawable, see the Android Developer's Guide.

Classes

FastBitmapDrawable A simple Drawable to draw bitmap object. 
MaskedDrawable A Drawable that draw another drawable onto a given mask, using PorterDuffXfermode with SRC_IN
ReflectionDrawable A Drawable that adds a reflection to another drawable.