make new overlay colors default to trigger more feedback. Keep old colors as Setting for special purposes.

This commit is contained in:
sonora 2012-03-15 21:02:33 +01:00
parent bbb7cb3013
commit b8f6a443d8

View file

@ -1107,7 +1107,7 @@ public class OsmandSettings {
}
public final CommonPreference<Boolean> FLUORESCENT_OVERLAYS =
new BooleanPreference("fluorescent_overlays", false, false, true);
new BooleanPreference("fluorescent_overlays", true, false, true);
public final CommonPreference<Boolean> SHOW_ALTITUDE_INFO =
new BooleanPreference("show_altitude_info", false, false, true);