JoanZapata / android-iconify

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

Notification builder - setSmallIcon is it possible? #201

Open markkko opened 7 years ago

markkko commented 7 years ago

How can I set small icon in for notification? Something like this: new NotificationCompat.Builder(this) .setSmallIcon(...);