找不到selectableItemBackground

时间:2012-08-23 15:23:00

标签: android button background

我正在尝试将无边框背景设置为按钮(按下时必须突出显示)。为此,我尝试设置:

android:background="?android:attr/selectableItemBackground"

(如here所述)

但是得到错误:

error: Error: No resource found that matches the given name (at 'background' with value '?android:attr/selectableItemBackground').

API级别1.6,也尝试过API 2.2

2 个答案:

答案 0 :(得分:5)

这仅适用于API Level 11,即Android 3.0

答案 1 :(得分:1)

听起来?android:attr/selectableItemBackground不是资源而是属性。您必须在android:background属性上指定一个资源。