Add dollar sign
This commit is contained in:
parent
7d32c614d1
commit
73dcb066b7
1 changed files with 1 additions and 0 deletions
|
@ -849,6 +849,7 @@ public class RouteInfoWidgetsFactory {
|
|||
}
|
||||
} else if(alarm.getType() == AlarmInfoType.TOLL_BOOTH) {
|
||||
//image done by drawing red ring
|
||||
text = "$";
|
||||
} else if(alarm.getType() == AlarmInfoType.TRAFFIC_CALMING) {
|
||||
if(settings.DRIVING_REGION.get().americanSigns){
|
||||
locimgId = R.drawable.warnings_traffic_calming_us;
|
||||
|
|
Loading…
Reference in a new issue