use of com.mikepenz.google_material_typeface_library.GoogleMaterial 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