I'm facing a strange issue. When I use following attributes that perfectly working and I can see the ripple effect in the device.
android:foreground="?selectableItemBackgroundBorderless"
android:background="?selectableItemBackgroundBorderless"
But in IDE It shows an error cannot resolve symbol '?selectableItemBackgroundBorderless'
.
Android Studio: v3.1.2
compileSdkVersion 27
buildToolsVersion "27.0.3"
support_version = '27.1.1'
what could be the issue?