Android 开源图标库 inoIconView

码农软件 · 软件分类 · 手机开发包 · 2019-05-05 22:13:27

软件介绍

对于一个独立开发者来说,瓶颈往往不是技术而是美工,而美工这部分最重要而程序员又不能解决的是图标。要找到一套好的图标资源并非易事。不过相信来自于ionicons.com这个网站的图标能满足大部分人的需求。里面包含了常用的android风格的图标 ios7风格的图标 以及一些社会化分享图标,总共500个左右

IonIconView

使用方法:

添加库和依赖到你的项目中;

添加这行代码到 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 -->
  />

本文地址:https://codercto.com/soft/d/5109.html

Scalability Rules

Scalability Rules

Martin L. Abbott、Michael T. Fisher / Addison-Wesley Professional / 2011-5-15 / USD 29.99

"Once again, Abbott and Fisher provide a book that I'll be giving to our engineers. It's an essential read for anyone dealing with scaling an online business." --Chris Lalonde, VP, Technical Operatio......一起来看看 《Scalability Rules》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

html转js在线工具
html转js在线工具

html转js在线工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具