摘要: 使用滤镜设置变暗:imageView.setColorFilter(Color.GRAY, PorterDuff.Mode.MULTIPLY);清除:imageView.clearColorFilter(); 阅读全文
posted @ 2015-07-25 12:28 Achilles_Snow 阅读(1033) 评论(0) 推荐(0) 编辑