inoIconViewAndroid 开源图标库
IonIconView 是基于 ionicons.com 提供的出色图标。里面包含了常用的android风格的图标 ios7风格的图标 以及一些社会化分享图标,总共500个左右。
使用方法:
添加库和依赖到你的项目中;
添加这行代码到 xml 文件的 ROOT 层:
xmlns:ioniconview="http://schemas.android.com/apk/res-auto"
现在就可以使用:
<be.webelite.ion.IconView android:layout_width="wrap_content" android:layout_height="wrap_content" ioniconview:name="ion_ionic" <!-- this sets the icon --> android:textSize="40dp" <!-- this sets the icon size --> android:textColor="#ff0000" <!-- this sets the icon color --> />
评论