Android Studio Zmień obraz przy przycisku Kliknij
ImageButton btn = (ImageButton)findViewById(R.id.imageButton1);
btn.setImageResource(R.drawable.actions_record);
Manga301