inoIconView - Android 开源图标库
MIT
Android
Java
软件简介
对于一个独立开发者来说,瓶颈往往不是技术而是美工,而美工这部分最重要而程序员又不能解决的是图标。要找到一套好的图标资源并非易事。不过相信来自于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 -->
/>