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 :
Any way to show the dropdown notifications window icon ?
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 ?