I have an ImageView with android:src set to a ShapedDrawable, namely a white circle. What I want is to colorize this ImageView>
ImageView
android:src
ShapedDrawable
ImageView>
If you want to change Image Color use
PorterDuff.Mode.SRC_ATOP instead PorterDuff.Mode.MULTIPLY
in above example.