【问题标题】:I'm trying to change the background of a Menu item我正在尝试更改菜单项的背景
【发布时间】:2012-02-05 17:12:41
【问题描述】:

我知道这个问题已经被问过很多次了。但从我阅读的内容来看,我正在尝试的方法应该有效。

我正在尝试按照this link. 中提到的步骤进行操作,这是我的代码:(styles.xml)

<?xml version="1.0" encoding="utf-8"?>
<resources>
  <style name="Theme">
     <item name="panelFullBackground">@drawable/background</item>
  </style>
</resources>

我收到一条错误消息:

No resource found that matches the given name: attr 'panelFullBackground'.

【问题讨论】:

    标签: android


    【解决方案1】:

    您需要将panelFullBackground 更改为android:panelFullBackground

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多