My eclipse can´t resolved My_menu.xml from res/menu
maybe I have stupid question, but I don´t know where is problem. So I have
two xlm files in res/menu folder. First call "notes_edit_menu", and second
"activity_draw". But If I want use it in code, like this.
public boolean onCreateOptionsMenu(Menu menu) {
getMenuInflater().inflate(R.menu.notes_edit_menu, menu);
return true;
}
I can use only "activity_draw". Because "notes_edit_menu", can not be
resolved. Other files form res, for example layouts work fine.
No comments:
Post a Comment