Each widget takes an android:src attribute (in an XML layout) to specify what
picture to use. These usually reference a drawable resource (e.g., @drawable/icon).
ImageButton, a subclass of ImageView, mixes in the standard Button behaviors, for
responding to clicks and whatnot