I've been experimenting with using the OsmAnd render style in night mode to save battery power during outdoors use. To increase the contrast of paths and tracks, I made my first attempt at an XML render file: see below. It pretty much does what I hoped, turning hiking trails white against the darker background. But the trail names are now harder to read and I can't figure out how to change them. name=? That and any other observations regarding this simple code are welcome. (The first line was borrowed from Touring-view.render.xml. I'm not sure what defaultColor does, so I left it the same.)
<renderingStyle name="Custom" depends="default" defaultColor="#f1eae4" version="1"> <renderingConstant name="trackColor" value="#ffffff"/> <renderingConstant name="footwayColor" value="#ffffff"/> <renderingConstant name="pathColor" value="#ffffff"/> Thanks! -- You received this message because you are subscribed to the Google Groups "Osmand" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
