ClockSkin naming convention
I finally figured out why my Ancient Fire clock skin that was included as stock on some watches was missing one of the panels (the grill in front of the fire). It turns out that I had a capital letter in the name. This seems to be the same restriction as Java assets, names must be entirely lower case.
This only applies to stock skins, not the ones copied to the ClockSkin folder, so those developing for commercial faces might need to take note of this.
This might be caused by filesystem case sensitivity. Internal ext4 is used while user storage is vfat I think. I think it’s not that they should be lower case. Case needs to be consistent between what’s on filesystem and what’s in XML file😊
Ahh yes, you are correct. I see I had a miss-match in the XML file.
Still worth noting though.
@Robert_NLJ_Ramiega and @Andrew_Somers thanks guys. Good to know and share