Hi all, I want to create a notification in the status bar that shows a "multi- level" icon (an icon superimposed on a different icon). I'm trying to figure out how to do this with the iconLevel field in Notification. However, nothing works.
I've looked at the source code and the changes are overriden, so I've tried the following (notMan is a NotificationManager and not is a Notification): not.icon=R.drawable.baseicon; not.iconLevel = 0; notMan.notify(1,not); not.icon=R.drawable.uppericon; not.iconLevel=1; notMan.notify(1,not); but this fails. Is this possible without a custom contentView? Also, is it possible to have this "multi-level icon" show up in the non- expanded view? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

