I've got an ImageView and programmatically I can change its color using imageView.setColorFilter(Color.RED). There is something similar using xml??
imageView.setColorFilter(Color.RED)
Yes, it's android:tint. Here you have more info.
android:tint