2012-01-09 2 views
2

나는이 질문을 여러 번 알고 있습니다. 그러나 내가 읽은 것에서는 노력하고있는 방법이 효과가있다. 내가 여기 this link.에 언급 된 단계를 수행하기 위해 노력하고있어메뉴 항목의 배경을 변경하려고합니다.

은 내 코드입니다 : (styles.xml)

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

I라는 오류 받고 있어요 :

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

답변

4

을 변경이 필요합니다. panelFullBackground to android:panelFullBackground

관련 문제