I want to add the little footprints next to the step counter... a lot of watch faces seem to do it. Is there an easy way to add those?
Answered! Go to the Best Answer.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
You can download the steps icon from our downloadable assets page. https://dev.fitbit.com/build/guides/design-guidelines/downloadable-assets/
Drag the png into your /resources folder, then you'd add the image to your index.gui file, something like:
<image href="steps.png" x="20" y="20" />
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
You can download the steps icon from our downloadable assets page. https://dev.fitbit.com/build/guides/design-guidelines/downloadable-assets/
Drag the png into your /resources folder, then you'd add the image to your index.gui file, something like:
<image href="steps.png" x="20" y="20" />
Awesome, thanks!
Best AnswerSee this section on how to color grayscale PNG images: https://dev.fitbit.com/build/guides/user-interface/css/#image-grayscale-magic-
Sorry ignore me I found it here, as posted by you elsewhere:
https://github.com/Fitbit/sdk-design-assets
Best Answer