Drawable constructor

Drawable(
  1. String name
)

Creates a new instance of Drawable with the given name.

Implementation

Drawable(String name) : super(name);