I'm using notification in my program, and I assign the logo to be same as the application logo. The logo shows on the notification bar, however, the logo didn't show up when I open the notification panel; just blank.
Is there a restriction in the icon size ?
And what format is preferred - .png or .ico ?
Can we define the extension in the n.icon, like "eventicon.ico" ?
I'm using notification in my program, and I assign the logo to be same as the application logo. The logo shows on the notification bar, however, the logo didn't show up when I open the notification panel; just blank.
If @Theera recommendation is still failed.
After this you have to make the file read only. Otherwise it will be deleted on compilation. See at: Notification - Basic4android Wiki
If @Theera recommendation is still failed.
After this you have to make the file read only. Otherwise it will be deleted on compilation. See at: Notification - Basic4android Wiki
It seems the built-in notification library doesn't work for me, so I decided to use @barx's notification library instead. Thank you for the library, it works fine.
It seems the built-in notification library doesn't work for me, so I decided to use @barx's notification library instead. Thank you for the library, it works fine.