i have been trying to set a image on a button using the following code but it doesn\'t seem to work...i think what i am doing wrong is the path of the image i am using but i tri
Why not use
final Button next = (Button) findViewById(R.id.Button02); next.setBackgroundResource(R.drawable.finalarrow1);