imgView.setImageTintList(getResources() .getColorStateList(R.color.my_clr_selector));
It says \'Call requires API level 21\'.
How can I m
This is now available in Support Library 25.4.0. See Link
ImageViewCompat.setImageTintList(imageView, colorStateList)