Example usage for Java android.graphics.drawable ScaleDrawable fields, constructors, methods, implement or subclass
The text is from its open source code.
ScaleDrawable(Drawable drawable, int gravity, float scaleWidth, float scaleHeight) Creates a new scale drawable with the specified gravity and scale properties. |
Drawable | getDrawable() |
boolean | setLevel(@IntRange(from = 0, to = 10000) int level) Specify the level for the drawable. |