test build with old colors

This commit is contained in:
sonora 2015-12-05 23:45:51 +01:00
parent 3d6dc259ae
commit 4e3f1600e6
2 changed files with 8 additions and 4 deletions

View file

@ -131,9 +131,11 @@
<!-- Map colors, layers, special purpose consistency colors -->
<color name="pos_heading">#320000FF</color>
<color name="pos_heading_night">#88ff8800</color>
<color name="pos_heading_night">#880000FF</color>
<!-- color name="pos_heading_night">#88ff8800</color -->
<color name="pos_area">#280000FF</color>
<color name="pos_area_night">#66ff8800</color>
<color name="pos_area_night">#660000FF</color>
<!-- color name="pos_area_night">#66ff8800</color -->
<color name="pos_around">#707CDC</color> <!-- family blue similar to above -->
<color name="gpx_track">#B4B319FF</color>

View file

@ -237,7 +237,8 @@ public class ApplicationMode {
}
public int getResourceBearingNight() {
return bearingIconNight;
return bearingIconDay;
//return bearingIconNight;
}
public int getResourceLocationDay() {
@ -245,7 +246,8 @@ public class ApplicationMode {
}
public int getResourceLocationNight() {
return locationIconNight;
return locationIconDay;
//return locationIconNight;
}
public String getStringKey() {