【问题标题】:selectableItemBackground not found未找到可选项目背景
【发布时间】: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


    【解决方案1】:

    这仅适用于 API 级别 11,即 Android 3.0

    【讨论】:

      【解决方案2】:

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

      【讨论】:

      猜你喜欢
      • 2013-07-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2010-12-12
      • 1970-01-01
      • 2014-06-20
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多