What size should an icon for notifications be? I had it, icon shows on status bar but not on the actual notification.
Had it working when using "icon". Then changed the apps icon and decided to create a new icon for the notification. Placed the new icon in the 'drawable' folder and changed the .icon = "icon" to the right filename. At some point during this they stopped showing. Obviously, the file is being found as it is used for the status bar. I really can't understand why it shows on status bar and not in notification list. They are both set using the .icon property.
I've tried 72 x 72, 32 x 32, 25 x 25, 22 x 22. the file is a .png.
Here are a couple of screen shots to help show the problem. I have no idea what the triangular shape shown is. At first I though it was what got show when a transparent icon was used.
Nothing special in the code really.
Note.Icon = "noteicon"
Note.Number = NoteCount
any hints?
View attachment 10977
View attachment 10978