Adjective
Capable of being drawn.
Source: Webster's dictionaryThe generated drawable folders in our application have qualifiers for the various Android phone screen resolution ranges. Source: Internet
In Android Studio, optimizing an app for the ZTE Axon M is as easy as creating a Layout XML file for the phone’s Dual Mode density, sticking it in a new /res/layout directory, and specifying alternate drawable resources. Source: Internet
Due to how drawables are loaded by Android, not every place that accepts a drawable id (such as in an XML file) will support loading vector drawables. Source: Internet
You can use this identifier to retrieve and modify the drawable with Activity. Source: Internet