I apologize. We haven’t had time to document this yet. This is something that we were planning on doing once we’ve finished adding push notifications.
You can set up your own custom notification icon in a Corona project by adding the following files to the root of the project directory, like how you do it for application icons.
IconNotificationDefault-ldpi.png
IconNotificationDefault-ldpi-v9.png
IconNotificationDefault-ldpi-v11.png
IconNotificationDefault-mdpi.png
IconNotificationDefault-mdpi-v9.png
IconNotificationDefault-mdpi-v11.png
IconNotificationDefault-hdpi.png
IconNotificationDefault-hdpi-v9.png
IconNotificationDefault-hdpi-v11.png
IconNotificationDefault-xhdpi.png
IconNotificationDefault-xhdpi-v9.png
IconNotificationDefault-xhdpi-v11.png
Please note that different Android OS versions support different notification icon themes. You must support them all or else your app may get rejected during the app review process.
The “-v9” indicates that the PNG file represents an Android 2.3 icon. These icons are expected to be grey.
The “-v11” indicates that the PNG file represents an Android 3.0 or higher icon. These icons are expected to be white.
Icons without the postfix “-v” are used on Android 2.2. These icons are expected to be black.
See the link below for Google’s official documentation on status bar icon sizes and theming.
http://developer.android.com/guide/practices/ui_guidelines/icon_design_status_bar.html
I hope this helps! [import]uid: 32256 topic_id: 33642 reply_id: 134069[/import]