标签:
使用滤镜
设置变暗:
imageView.setColorFilter(Color.GRAY, PorterDuff.Mode.MULTIPLY);
清除:
imageView.clearColorFilter();
把ImageView设置变灰
原文地址:http://www.cnblogs.com/AchillesSnow/p/4675665.html