After I call the setCompoundDrawables method, the compound Drawable is not shown..
Drawable myDrawable = getResources().getDrawable(R.drawable.btn); btn.setC
For me setCompoundDrawablesWithIntrinsicBounds(Drawable, Drawable, Drawable, Drawable) did not work.
I had to use setCompoundDrawablesWithIntrinsicBounds(0, 0, 0, 0).