Answers for "how to set app tint in image view programmatically"

1

set imageview tint programmatically android

imageView.setColorFilter(ContextCompat.getColor(context, R.color.COLOR_YOUR_COLOR), android.graphics.PorterDuff.Mode.MULTIPLY);
Posted by: Guest on June-17-2021

Code answers related to "how to set app tint in image view programmatically"

Browse Popular Code Answers by Language