Hi,
I am trying to play a icon in the notification bar, but for some reason I can't get the icon to display.
I am using:
in the Objects\res\drawable I have my icon (icon.png)
The text displays but the only the icon is not showing.
Any ideas on what I have done wrong ?
I am trying to play a icon in the notification bar, but for some reason I can't get the icon to display.
I am using:
B4X:
n.Initialize
n.OnGoingEvent = True
n.Sound = False
n.Vibrate = False
n.Icon = "icon"
n.SetInfo("App is running" , "tap to stop app" , Main)
n.Notify(1)
in the Objects\res\drawable I have my icon (icon.png)
The text displays but the only the icon is not showing.
Any ideas on what I have done wrong ?