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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -