how i can set image bg tint color in android programmatically code example
Example: changing tint of image programmatically
imageView.setColorFilter(ContextCompat.getColor(context, R.color.COLOR_YOUR_COLOR), android.graphics.PorterDuff.Mode.SRC_IN);