一个自定义的Android Drawable:IconicDroid

jopen 10年前

IconicDroid是一个定制的Android绘制对象,它允许从几个标志性的字体绘制图标。

IconicFontDrawable iconicFontDrawable = new IconicFontDrawable(getContext());  iconicFontDrawable.setIcon(EntypoSocialIcon.GITHUB);  iconicFontDrawable.setIconColor(Color.GREEN);    findViewById(R.id.some_view).setBackground(iconicFontDrawable);
一个定制的Android Drawable:IconicDroid

项目主页:http://www.open-open.com/lib/view/home/1408285269902