Skip to content Skip to sidebar Skip to footer

Adding Android Drawable To Menu Xml Stop App Compiling

I am working on an android project and have an XML file for the action bar menu, its been working fine, but I now need to add an extra item with an icon, but it this displays an er

Solution 1:

The resource you are trying to use not public. It is used by android internally. Use your app drawable reference.


Post a Comment for "Adding Android Drawable To Menu Xml Stop App Compiling"