android - No resource found that matches the given name -
android - No resource found that matches the given name -
on resource chooser noticed there scheme resources of different icons.
i wanted utilize in project. placed icons on buttons, , showed out expected:
but when tried run app, didn't allow because although showed resource correctly on buttons, in xml file wrote
error: error: no resource found matches given name (at 'drawableleft' value '@drawable/ abc_ic_menu_info_details').
so can or can not utilize these resources?
use @android:drawable/abc_ic_menu_info_details
instead of @drawable/abc_ic_menu_info_details
to utilize scheme resource need start @android:
android
Comments
Post a Comment