Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

FontAwesome on button icon (tab view app footer)

rico
Beginner
632 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
632 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