JoanZapata / android-iconify

Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,...
http://joanzapata.com/android-iconify
Other
3.93k stars 527 forks source link

Get icons resource id #133

Closed ghost closed 8 years ago

ghost commented 8 years ago

I want the resource id of icon to use in another navigation drawer library, like code below,

mHelpLiveo.add("About", R.mipmap.ic_launcher);

JoanZapata commented 8 years ago

Icons with Iconify are not resources, so they can't have ids.