我知道这个问题已被多次询问过。但从我读到的,我正在尝试的方法应该工作。
我正在尝试遵循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'.
答案 0 :(得分:4)
您需要将panelFullBackground
更改为android:panelFullBackground