Android Question Notification icon & dropdown notifications window

luke2012

Well-Known Member
Licensed User
Longtime User
Hi to all,
I'm facing a problem with the notification icon within the dropdown notifications window because I'm not able to show it.

Now I'm able to show the little notification icon in the system bar using this code :

B4X:
    sNotif.Initialize
    sNotif.SetInfo("Notification","Notification description",Main)
    sNotif.Icon="systembaricon"
    sNotif.Notify(1)

Any way to show the dropdown notifications window icon ?
 

luke2012

Well-Known Member
Licensed User
Longtime User
Which icon? Can you post a screenshot?

I mean the notification icon on the left of the list (see attached pic)
 

Attachments

  • notifications.jpg
    notifications.jpg
    129.7 KB · Views: 338
Upvote 0
Top