Answers for "changing tint of image programmatically"

0

changing tint of image programmatically

imageView.setColorFilter(ContextCompat.getColor(context, R.color.COLOR_YOUR_COLOR), android.graphics.PorterDuff.Mode.SRC_IN);
Posted by: Guest on December-24-2020

Code answers related to "changing tint of image programmatically"

Browse Popular Code Answers by Language