After I call the setCompoundDrawables method, the compound Drawable is not shown..
Drawable myDrawable = getResources().getDrawable(R.drawable.btn); btn.setC
I needed to be using setCompoundDrawablesWithIntrinsicBounds.