-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android notification icon #4
Comments
@lpointet I believe there's a way to solve the problem here: phonegap/build#472. If I am correct:
For the record:
|
AFAIK, Android spec is here: https://www.google.com/design/spec/style/icons.html#notification |
There, a more digestible icon reference: http://iconhandbook.co.uk/reference/chart/android/ |
It seems that there's a solution: phonegap/build#472 The idea is to use the mechanism to copy locale files to place the required white/transparency notification icon. We should test that I found that through:
|
To solve the issue: A good start about Android's notification icons can be found here: https://developer.android.com/guide/practices/ui_guidelines/icon_design_status_bar.html Create a specific icon
Sizes for various screen densities can be found here: http://iconhandbook.co.uk/reference/chart/android/ Add notification icons to your PGB project
Great information about PhoneGap Build support for Android notification icons can be found here:
PushWoosh
More information about PushWoosh support of Android notification icons can be found here: http://docs.pushwoosh.com/docs/android-faq |
Android notification center doesn't show the app icon, but a white square. It may be related to "alpha transparency" image needed by Android new versions, or maybe we only need to reference a specific icon into config.xml file.
The text was updated successfully, but these errors were encountered: