在ImageView中方法setBackgroundColor为什么不起作用 setBackgroundColor不起作用很可能是参数问题,可参考以下方法设置ImageView背景颜色:ImageView.setBackgroundColor(android.graphics.Color.parseColor("#ffffff"));ImageView.setBackgroundColor(Color.RED);ImageVie
setBackgroundColor不起作用很可能是参数问题,可参考以下方法设置ImageView背景颜色:ImageView.setBackgroundColor(android.graphics.Color.parseColor("#ffffff"));ImageView.setBackgroundColor(Color.RED);ImageView.setBackgroundColor(Color.rgb(255, 0, 0));setBackgroundColor(getResources().getColor...