Correct. Just create a custom view, you can have whatever you want there. E.g. an image and/or progress bar.
One thing that I however noted when I made my custom view was that the view disappeared if I at runtime treid to hide one element in the view. Don't know why. It looked like a bug. (I solved that problem by creating two separate layouts) On 2 Juli, 10:54, YuviDroid <[email protected]> wrote: > I don't have any handy code right now with me, but I'm quite sure you can do > that by creating a custom view for the notification. > I think I've seen an example for doing this on anddev.org. > > > > > > On Fri, Jul 2, 2010 at 8:56 AM, richie rich <[email protected]> wrote: > > Is it possible to show one icon in the status bar, but when the user > > pulls down the Notification List, to have a different icon display > > there? (ie, one for the Intent and one for the status bar?) > > > Thanks, > > RIch > > > -- > > 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]<android-developers%2Bunsubs > > [email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > YuviDroidhttp://android.yuvalsharon.net -- 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

