I am trying to set the foreground image on an image button. After some research, I came across this code sample:
Hope ths will help you
ImageButton button1=(ImageButton)findViewById(R.id.button1); button1.setImageResource(R.drawable.icon);