In an application I\'ve built I noticed that the ImageViews are not tinted on devices running the new Android Lollipop. This is the code that used to work correctly on older ver
Use the AppCompatImageView like so:
AppCompatImageView
Make sure you have the latest compile 'com.android.support:appcompat-v7:23.4.0' in your app's build.gradle.
compile 'com.android.support:appcompat-v7:23.4.0'
build.gradle