【发布时间】:2012-08-19 04:04:41
【问题描述】:
我正在尝试为按钮设置无边框背景(按下时必须突出显示)。为此,我尝试设置:
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
【问题讨论】:
标签: android button background