我读了几篇文章,但都没有有效的解决方案。一旦你做button.setBackgroundColor(0x00000000); 如何将按钮的背景色恢复为默认颜色? 最佳答案 采用:btn.setBackgroundResource(android.R.drawable.btn_default);