forked from organicmaps/organicmaps
Fix distance color in ruler mode
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
parent
5cdcea575b
commit
950dd51a66
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ public class TransitStepView extends View implements MultilineLayoutManager.Sque
|
|||
{
|
||||
mDrawable = null;
|
||||
mText = info.getDistance() + " " + info.getDistanceUnits();
|
||||
mTextPaint.setColor(Color.BLACK);
|
||||
mTextPaint.setColor(ThemeUtils.isDefaultTheme(getContext()) ? Color.BLACK : Color.WHITE);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue