Been trying for 3 hours to put a bluetooth icon on my watch face (at this point I don't even care if it's actually connected to my phone or not).
Why doesn't this work:
Been trying for 3 hours to put a bluetooth icon on my watch face (at this point I don't even care if it's actually connected to my phone or not).
Why doesn't this work:
To ensure your icon displays well across devices with different resolutions, consider using a vector graphic (SVG) instead of a PNG. In the resource definition, you can specify scaleX
or scaleY
as a percentage of the screen size to maintain consistent sizing.
In your source code, you can continue to use the bitmap resource as usual - no changes are needed. The compiler will automatically generate appropriately sized bitmaps for each supported device.
Another option is to use BmFont to create a custom font with the icons you want that can easily be sized for devices in the same way other custom fonts can be sized. Here's a thread with a TTF file with icons that works with bmfont: https://forums.garmin.com/developer/connect-iq/f/discussion/6777/where-to-find-standard-garmin-icons-for-use-in-apps-watchfaces