apps4av / avare

Avare Aviation GPS for Android
Other
148 stars 120 forks source link

add customizable drawing color #483

Open gregrenda opened 1 year ago

gregrenda commented 1 year ago

I found the default drawing color (blue with a black outline) to get lost on a busy chart like one for the SF Bay Area. I was surprised to find that the color was hard-coded so here is a pull request to allow the color to be customized. By default, nothing will change. When a color is specified in Preferences->Display->Drawing Color, that color will be used (without the black outline) on the Map and Plate screens. I also updated the help for the Pan/Draw button.

I've been a regular user of Avare for many years but this is my first (non-financial) contribution. This is also my first foray into Java so please point out out anything that looks silly.