Hi ...
the built in notification lib, doesn't show an icon
I create a new project with this code
the result:
no icon in the circle
test project attached
I tried it on Android 6.1 (note 4)
What should I do ?
Thank you ....
the built in notification lib, doesn't show an icon
I create a new project with this code
B4X:
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
'Activity.LoadLayout("Layout1")
Dim n As Notification
n.Initialize
n.Icon = "icon"
n.SetInfo("test", "test", Me)
n.Notify(1)
End Sub
the result:
no icon in the circle
test project attached
I tried it on Android 6.1 (note 4)
What should I do ?
Thank you ....