uncatcrea / wpak-addon-pushwoosh

PushWoosh addon for WP-AppKit
0 stars 2 forks source link

Android notification icon #4

Open lpointet opened 8 years ago

lpointet commented 8 years ago

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.

blupu commented 8 years ago

@lpointet I believe there's a way to solve the problem here: https://github.com/phonegap/build/issues/472.

If I am correct:

For the record:

lpointet commented 8 years ago

AFAIK, Android spec is here: https://www.google.com/design/spec/style/icons.html#notification

blupu commented 8 years ago

There, a more digestible icon reference: http://iconhandbook.co.uk/reference/chart/android/

blupu commented 8 years ago

It seems that there's a solution: https://github.com/phonegap/build/issues/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:

blupu commented 7 years ago

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