I'm trying to set borderless background to button (and it must be highlighted when pressed). To do so I'm try to set:
android:background="?android:attr/selectableItemBackground"
(as described here)
But get error:
error: Error: No resource found that matches the given name (at 'background' with value '?android:attr/selectableItemBackground').
API level 1.6, also tried API 2.2