As part of the Android Auto requirements, google rejected the app for not supporting night mode/dark theme.
The buttons themselves are in white on top of black circle and do not change, but I believe google is expecting the map theme to change as well.
While night mode is not really an interesting use case for our app I still think we should think about a small change to facilitate for this.
Currently I changed only the background to black to see if this helps with passing the review, but I think a wider solution might be needed here.
I'm not sure if we can use the metadata in native (I hope we can), so maybe we can use that to specify which layers to keep and maybe how to color them, I don't know.
Let me know what you think.
I'll update regarding the google approval in case there's a need to change the style in a deeper way to pass the review.
As part of the Android Auto requirements, google rejected the app for not supporting night mode/dark theme.
The buttons themselves are in white on top of black circle and do not change, but I believe google is expecting the map theme to change as well.
While night mode is not really an interesting use case for our app I still think we should think about a small change to facilitate for this.
Currently I changed only the background to black to see if this helps with passing the review, but I think a wider solution might be needed here.
I'm not sure if we can use the metadata in native (I hope we can), so maybe we can use that to specify which layers to keep and maybe how to color them, I don't know.
Let me know what you think.
I'll update regarding the google approval in case there's a need to change the style in a deeper way to pass the review.