I tried to convert all my buttons background to .9.png, but I have a problem with Eclipse.
I created my nine patch .png with the tool, but since I put it in my /res/drawable folder, I have the following errors in all my .xml files when I try to access any resource starting with @drawable:
Error: No resource found that matches the given name (at 'drawable' with value '@drawable/my_resource').
Here is my .9.png:
And here is a screenshot:
Is there a problem in my .9.png or is it a problem with eclipse?
Thanks