Software Archive
Read-only legacy content
17061 Discussions

FontAwesome on button icon (tab view app footer)

rico
Beginner
307 Views

Any good examples on how to make adjustments on the FontAwesome icon on the Tab view app footer navigation menu buttons?

On the following example, default icons (Home, Calendar and Profile) are rendered as expected; the FontAwesome icon (news) doesn't render nicely. It seems to need some CSS adjustments...

Tab view footer icon using FontAwesome

 

 

 

0 Kudos
1 Reply
Rakshith_K_Intel
Employee
307 Views

The font Awesome icon will be art of text string, the App Framework Tab icon has to be a image. You can refer to the icons.css and add custom icons: 

https://github.com/01org/appframework/blob/master/build/icons.css

0 Kudos
Reply