You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
Despite of what the docs says about
android.iconColor
, I cannot use colors in#RRGGBB
format.This config won't display the proper background color (will display the default grey instead):
However, it works with
iconColor: "#FF544A44"
(i.e. with the#AARRGGBB
format).Also, for reasons I cannot understand, the
#RRGGBB
format it does work when using black color (iconColor: "#000000"
).Maybe the best option is to just recommend in the docs to use the
#AARRGGBB
format.The text was updated successfully, but these errors were encountered: