Layouts Pack v2
Filter by API Level:
Package Index
|
Class Index
com.droidux.pack.layouts
com.droidux.pack.layouts.anim
com.droidux.pack.layouts.drawable
com.droidux.pack.layouts.interfaces
com.droidux.pack.layouts.widget
Classes
FastBitmapDrawable
MaskedDrawable
ReflectionDrawable
Package Index
|
Class Index
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.