Changed Classes
|
AnimationDrawable
|
An object used to define frame-by-frame animations that can be used as a View object's
background. |
BitmapDrawable
|
|
Drawable
|
A Drawable is a general abstraction for "something that can be drawn." Most
often you will deal with Drawable as the type of resource retrieved for
drawing things to the screen; the Drawable class provides a generic API for
dealing with an underlying visual resource that may take a variety of forms. |
Drawable.ConstantState
|
|
DrawableContainer
|
|
DrawableContainer.DrawableContainerState
|
|
GradientDrawable
|
A simple color gradient for buttons, backgrounds, etc. |
InsetDrawable
|
A Drawable that insets another Drawable by a specified distance. |
LayerDrawable
|
Drawable that manages an array of other drawables. |
LevelListDrawable
|
A resource that contains a number of alternate images, each assigned a maximum numerical value. |
NinePatchDrawable
|
A resizeable bitmap, with stretchable areas that you define. |
PaintDrawable
|
Drawable that draws its bounds in the given paint, with optional
rounded corners. |
RotateDrawable
|
A drawable that can rotate another drawable based on the current level
value. |
ScaleDrawable
|
A drawable that changes the size of another drawable based on its current
level value. |
ShapeDrawable
|
An object that draws primitive shapes. |
StateListDrawable
|
Lets you assign a number of graphic images to a single Drawable and swap out the visible item by a string
ID value. |