IconicDroid

Additional

Language
Java
Version
N/A
Created
Dec 5, 2012
Updated
Jan 8, 2015 (Retired)
Owner
Artur Termenji (atermenji)
Contributors
Bitdeli Chef (bitdeli-chef)
akramfares
Artur Termenji (atermenji)
Paul J. Miller (Vorror)
TAKEUCHI Hiroaki (takke)
5
Activity
Badge
Generate
Download
Source code

Advertisement

IconicDroid

IconicDroid is a custom Android Drawable which allows to draw icons from several iconic fonts.

Try out the sample application on the Google Play.

Usage

Including in your project

IconicDroid is presented as an Android library project. It is not a standalone JAR because fonts are stored as a raw resources.

You can include this project by referencing it as a library project in Eclipse or ant.

Sample usage

Code:

IconicFontDrawable iconicFontDrawable = new IconicFontDrawable(getContext());
iconicFontDrawable.setIcon(EntypoSocialIcon.GITHUB);
iconicFontDrawable.setIconColor(Color.GREEN);

findViewById(R.id.some_view).setBackground(iconicFontDrawable);

Available fonts

License

Note that all fonts have their own license.