In my app I want all buttons to have the same background.
For API 21 and newer ?android:attr/selectableItemBackgroundBorderless
For older APIs ?android:attr/selectableItemBackground
How do I set button's background in XML so that it references correct drawable based on android version?