我正在尝试为按钮设置无边框背景(按下时必须突出显示)。为此,我尝试设置:
android:background="?android:attr/selectableItemBackground"
(如此处所述)
但得到错误:
error: Error: No resource found that matches the given name (at 'background' with value '?android:attr/selectableItemBackground').
API 级别 1.6,也尝试过 API 2.2