📜  android studio 在按钮单击时更改图像 - Java 代码示例
📅  最后修改于: 2022-03-11 14:52:03.584000             🧑  作者: Mango
代码示例1
ImageButton btn = (ImageButton)findViewById(R.id.imageButton1);
btn.setImageResource(R.drawable.actions_record);