I\'m using the Design Support Library 23.2. I\'ve added these lines in my build.gradle as my Gradle Plugin is version 1.5
defaultConfig { applicat
You are using android:srcCompat. It should instead by app:srcCompat as it is an attribute defined within AppCompat, not within the android: namespace.
android:srcCompat
app:srcCompat
android: