Change icon in tab bar using Framework 7 in intel xdk

巧了我就是萌 提交于 2019-12-23 01:34:23

问题


I am using tabbar in intel xdk using Framework 7. It only supports few icons and I need to use custom icons or the native icons.


回答1:


You can use font-awesome or just remove <i> tag and add image from your assets.

<div class="left">
    <a href="#" class="link"><img src="..."></a>
</div>


来源:https://stackoverflow.com/questions/35349476/change-icon-in-tab-bar-using-framework-7-in-intel-xdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!