如何在Android的设置色调的图像视图编程? [英] How to set tint for an image view programmatically in android?

查看:159
本文介绍了如何在Android的设置色调的图像视图编程?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

需要设置色调的图像查看......我用它的方式如下:

Need to set tint for an image view... I am using it the following way:

imageView.setColorFilter(R.color.blue,android.graphics.PorterDuff.Mode.MULTIPLY);

不过,这并不改变...

But it doesn't change...

推荐答案

您可以在code,通过改变色彩,很容易:

You can change the tint, quite easily in code via:

imageView.setColorFilter(Color.argb(255,255,255,255)); //白色色调

这篇关于如何在Android的设置色调的图像视图编程?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆