I am trying to use
android:background=\"?android:attr/selectableItemBackground\"
to get my button to do appropriate effects for each android versi
Instead of using ?android:attr/selectableItemBackground you can create a xml in drawable in folder with following content.
?android:attr/selectableItemBackground
Updated: so you save this files as btn_drawable.xml in drawable folder.
btn_drawable.xml
Simply replace ?android:attr/selectableItemBackground with @drawable/btn_drawable.xml
@drawable/btn_drawable.xml