Search in sources :

Example 1 with GoogleMaterial

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());
}
Also used : CommunityMaterial(com.mikepenz.community_material_typeface_library.CommunityMaterial) GoogleMaterial(com.mikepenz.google_material_typeface_library.GoogleMaterial) FontAwesome(com.mikepenz.fontawesome_typeface_library.FontAwesome)

Aggregations

CommunityMaterial (com.mikepenz.community_material_typeface_library.CommunityMaterial)1 FontAwesome (com.mikepenz.fontawesome_typeface_library.FontAwesome)1 GoogleMaterial (com.mikepenz.google_material_typeface_library.GoogleMaterial)1