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>
You can use attribute android:tint in ImageView in xml.
android:tint
Example:
Tested on Android 4.1.2 and 6.0.1