App: Navigation display color options

Support different color options for navigation display (HUD).

Users could select color + transparency of navigation panels.

2 Likes

White, black, red, green, blue, transparent or not, any custom color can be set in navigation display:

1 Like

Yes that’s cool. In the extreme case, you could be tempted to set 100% transparency, but this would require adding a black font stroke - just like I have in my Garmin :slight_smile: :

This could be more easily applied to texts than to symbols.

I did not think about it… :thinking: Are these rasters, vectors or something else sewn in to the unmodified library?

Believe it or not, Android API doesn’t support text stroke in its views, it would require some trick.

Most symbols are one-tone scalable vector graphics (SVG),
so they can be adjusted for various screen sizes / densities.

Thank you so much for the explanation. Maybe a similar trick can be applied to graphics about a text case? I don’t know… maybe applying two identical symbols of different colors and slightly different sizes? But it’s probably not that simple (not to mention the impact on performance) :slight_smile:

Which is the color code from that blue navigation display. I think is nice color for my UI.

Thanks a lot

That color is ARGB (255, 55, 81, 111) or #ff37516f.

6 posts were split to a new topic: 3D map rendering

Implemented in Kurviger 1.13.13.

This will be possible with the new navigation UI design: