Hello,
I'm working on a project watch face which uses only custom fonts. As a result, it has become necessary to create resource-specific folders as the non-round devices do not have as much memory as the round ones so for these I need to have a smaller list of font sizes. My folder list is as follows:-
Project -- bin -- resources -- -- drawables -- -- layouts -- -- resources-rectangle -- -- -- resource -- -- -- -- fonts -- -- -- -- resources.xml -- -- resources-round -- -- -- resource -- -- -- -- fonts -- -- -- -- resources.xml -- -- resources-semiround -- -- -- resource -- -- -- -- fonts -- -- -- -- resources.xml -- -- settings -- -- strings -- -- resources-eng -- source
The issue is that no matter what device I use, the same size fonts are displayed, so for smaller devices they look OK but for larger devices such as Fenix 6/6X or Venu the font is a lot smaller than I specified. I've followed the Programmer's Guide on resource folders and I don't think there is anything missing. Can someone advice please?
Thanks in advance.