ScaleDrawable
class ScaleDrawable @JvmOverloads constructor(val child: Drawable, val scale: <Error class: unknown class> = Scale.FIT) : Drawable, Drawable.Callback, Animatable
A Drawable that centers and scales its child to fill its bounds.
This allows drawables that only draw within their intrinsic dimensions to fill their entire bounds.