Before SDK 1.2.1 I used to load my bitmaps and fonts from the resource.xml file. With a simple line:
<font id="id_font_mex" filename="fonts/mex.fnt" />
Now I'm creating a new watch face based on the Simple with Settings template included in the new SDK 1.2.1 the resource.xml is not there anymore I solved some issues moving some assets to the drawables folder/xml file.
I want to add a new font so I thought that creating a resource.xml will solve the issue but It's not working Eclipse is not reading the file.
Question:
In what file should I add the font I want to use? I'm lost, I did not find anything in the documentation so far.
When using the template with Settings new files are created like: drawables.xml, layout.xml,properties.xml, settings.xml, strings.xml I tried adding the font id in the drawables.xml, layout.xml and resources.xml (created by me)
As always your help is greatly appreciated.
JMX