compile 'com.mikepenz:google-material-typeface:x.y.z@aar' //Google Material Icons compile 'com.mikepenz:fontawesome-typeface:x.y.z@aar' //FontAwesomejava//now you can simply use any icon of the Google Material Icons font new PrimaryDrawerItem().withIcon(GoogleMaterial.Icon.gmd_wb_sunny) ...
compile 'com.mikepenz:google-material-typeface:x.y.z@aar' //Google Material Icons compile 'com.mikepenz:fontawesome-typeface:x.y.z@aar' //FontAwesomejava//now you can simply use any icon of the Google Material Icons font new PrimaryDrawerItem().withIcon(GoogleMaterial.Icon.gmd_wb_sunny) ...