Android I';I’我正试图改变菜单项的背景

Android I';I’我正试图改变菜单项的背景,android,Android,我知道这个问题已经被问过很多次了。但从我读到的来看,我尝试的方法应该有效 我正在尝试按照下面提到的步骤操作:(styles.xml) 您需要将panelFullBackground更改为android:panelFullBackground <?xml version="1.0" encoding="utf-8"?> <resources> <style name="Theme"> <item name="panelFullBackgrou

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

我正在尝试按照下面提到的步骤操作:(styles.xml)


您需要将
panelFullBackground
更改为
android:panelFullBackground

<?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'.