【发布时间】: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