Honeycomb notifications – How to set largeIcon to the right size?

Not had a chance to check it yet but API 11 introduced the following public dimens:

  • notification_large_icon_height
  • notification_large_icon_width

Should be able to use those to scale your image before setting it on the notification.

Leave a Comment