Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Footprint icons

ANSWERED

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?

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

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" />

View best answer in original post

Best Answer
6 REPLIES 6

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" />
Best Answer

Awesome, thanks!

Best Answer
0 Votes

Except these are black and white.  How about RGB?

Best Answer
0 Votes

See this section on how to color grayscale PNG images: https://dev.fitbit.com/build/guides/user-interface/css/#image-grayscale-magic-

Best Answer

Hi Jon,

 

Please would you mind adding a URL where I can download the new Active Zone Minutes icon?

 

Thanks,

Howard

Best Answer

Sorry ignore me I found it here, as posted by you elsewhere:

https://github.com/Fitbit/sdk-design-assets

 

Best Answer
0 Votes