use of com.mikepenz.fontawesome_typeface_library.FontAwesome in project LeafPic by HoraApps.
the class App method registerFontIcons.
private void registerFontIcons() {
Iconics.registerFont(new GoogleMaterial());
Iconics.registerFont(new CommunityMaterial());
Iconics.registerFont(new FontAwesome());
}
Aggregations