📜  图像按钮如何在 android studio 中工作 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:36.059000             🧑  作者: Mango

代码示例1
/*Add in Oncreate() funtion after setContentView()*/
ImageButton simpleImageButton = (ImageButton) findViewById(R.id.simpleImageButton);
simpleImageButton.setBackgroundColor(Color.BLACK); //set black background color for image button