#6948 color change
This commit is contained in:
parent
590e9d4541
commit
a3bd05f457
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ public class MapTextLayer extends OsmandMapLayer {
|
||||||
paintTextIcon.setStyle(Style.FILL);
|
paintTextIcon.setStyle(Style.FILL);
|
||||||
paintTextIcon.setColor(nightMode
|
paintTextIcon.setColor(nightMode
|
||||||
? r.getColor(R.color.widgettext_night )
|
? r.getColor(R.color.widgettext_night )
|
||||||
: r.getColor(R.color.color_black));
|
: r.getColor(R.color.map_widget_dark));
|
||||||
cv.drawText(text, centerX, centerY, paintTextIcon);
|
cv.drawText(text, centerX, centerY, paintTextIcon);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue