Drawable drawable=getResources().getDrawable(R.drawable.img);
drawable.setBounds(0, 0, drawable.getMinimumWidth(), drawable.getMinimumHeight());
view.setCompoundDrawables(drawable, null, null,null);
Drawable drawable=getResources().getDrawable(R.drawable.img);
drawable.setBounds(0, 0, drawable.getMinimumWidth(), drawable.getMinimumHeight());
view.setCompoundDrawables(drawable, null, null,null);