Popularity
5.2
Growing
Activity
0.0
Stable
386
32
107

Code Quality Rank: L4
Programming language: Java
License: Apache License 2.0
Tags: Other Widget    

IconicDroid alternatives and similar packages

Based on the "Other Widget" category.
Alternatively, view IconicDroid alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of IconicDroid or a related project?

Add another 'Other Widget' Package

README

IconicDroid Build Status Android Arsenal

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

Try out the sample application on the Google Play. IconicDroid example

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.


*Note that all licence references and agreements mentioned in the IconicDroid README section above are relevant to that project's source code only.