//set background color view1.setBackgroundColor(0x00F0F0); //set background drawable RelativeLayout layout =(RelativeLayout)findViewById(R.id.background); layout.setBackgroundResource(R.drawable.ready);