📌  相关文章
📜  以编程方式设置 imageview tint android - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:37.193000             🧑  作者: Mango

代码示例2
imageView.setColorFilter(ContextCompat.getColor(context, R.color.COLOR_YOUR_COLOR), android.graphics.PorterDuff.Mode.SRC_IN);