I want to programmatically remove (reset) my ImageView Tint color which was already set in XML layout.
I think if above things doesn't works, you can try adding the image again to the imageview programatically, while adding it again programatically dont set tintcolor for it, it will be inflated with the original color
myImgView.setImageResource(R.drawable.yourDrwable);
or i think this should work for you.
imageview.setColorFilter(null)
or
imageView.clearColorFilter()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With