Drawable img = getContext().getResources().getDrawable(R.drawable.smiley); txtVw.setCompoundDrawablesWithIntrinsicBounds(img, null, null, null);