Node can be replaced by a TextView with compound drawables
This tag and its children can be replaced by one and a compound drawable
A LinearLayout which contains an ImageView and a TextView can be more efficiently handled as a compound drawable (a single TextView, using the drawableTop, drawableLeft, drawableRight and/or text) drawableBottom attributes to draw one or more images adjacent to the
If the two widgets are offset from each other with margins, this can be replaced with a drawablePadding attribute.
There’s a lint quickfix to perform this conversion in the Eclipse plugin.
Issue id: UseCompoundDrawables