capacitor-community / background-geolocation

A Capacitor plugin that sends you geolocation updates, even while the app is in the background.
MIT License
188 stars 57 forks source link

Notification icon color #64

Open asiermusa opened 2 years ago

asiermusa commented 2 years ago

I added a notification icon color for Android. If you want you can improve this feature to publish in your plugin. Thanks

diachedelic commented 2 years ago

Does this set the colour of the icon and text, or just the icon?

asiermusa commented 2 years ago

Just the icon. It show like this:

WhatsApp Image 2022-05-13 at 9 58 21 AM

It requires an hexadecimal value of the colour but in the end Android supports some colours and if you use a custom hexadecimal value it will change to some value of these:

Color.BLACK Color.BLUE Color.CYAN Color.DKGRAY Color.GRAY Color.GREEN Color.LTGRAY Color.MAGENTA Color.RED Color.TRANSPARENT Color.WHITE Color.YELLOW