hi,
I am using simple notification:
I have problem with icon. Small icon at top is there, but the bigger after open notification isn't.
Is there any problem with file? It is PNG file 144x144, size 28 kB
Thanks for answer
I am using simple notification:
B4X:
Dim n As Notification
n.Initialize
n.SetInfo("Some title", "Some text", Main)
n.AutoCancel = True
n.Icon = "icon"
n.Notify(1)
I have problem with icon. Small icon at top is there, but the bigger after open notification isn't.
Is there any problem with file? It is PNG file 144x144, size 28 kB
Thanks for answer