Код: Выделить всё
RelativeLayout layout = (RelativeLayout) findViewById(R.id.background);
layout.setBackgroundResource(R.drawable.ready);
Подробнее здесь: https://stackoverflow.com/questions/125 ... in-android
Код: Выделить всё
RelativeLayout layout = (RelativeLayout) findViewById(R.id.background);
layout.setBackgroundResource(R.drawable.ready);