ImageButton imageButton = findViewById(R.id.my_image_button); imageButton.setBackgroundResource(R.drawable.my_image);
ImageButton imageButton = findViewById(R.id.my_image_button); imageButton.setBackgroundResource(R.color.my_color);Package library: `android.widget` is part of the Android framework/library.