IoIcoView 是基于ioicos.com提供的出色图标。里面包含了常用的adroid风格的图标ios7风格的图标以及一些社会化分享图标,总共500个左右。
使用方法:
添加库和依赖到你的项目中;
添加这行代码到xml文件的ROOT层:
xmls:ioicoview="https://schemas.adroid.com/apk/res-auto"现在就可以使用:
<be.webelite.io.IcoView adroid:layout_width="wrap_cotet" adroid:layout_height="wrap_cotet" ioicoview:ame="io_ioic" <!-- this sets the ico --> adroid:textSize="40dp" <!-- this sets the ico size --> adroid:textColor="#ff0000" <!-- this sets the ico color --> />
评论