Drawable img = getContext().getResources().getDrawable(R.drawable.smiley); img.setBounds(0, 0, 60, 60); txtVw.setCompoundDrawables(img, null, null, null);