align TurnPathHelper color with NextTurnInfoControl color - they depict identical type of information
This commit is contained in:
parent
8b3bcf1c0c
commit
3cf6f599ce
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ public class TurnPathHelper {
|
|||
public RouteDrawable(){
|
||||
paintRouteDirection = new Paint();
|
||||
paintRouteDirection.setStyle(Style.FILL_AND_STROKE);
|
||||
paintRouteDirection.setColor(Color.rgb(100, 0, 255));
|
||||
paintRouteDirection.setColor(Color.rgb(250, 222, 35));
|
||||
paintRouteDirection.setAntiAlias(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue