align icon names with warning AlarmInfoTypes

This commit is contained in:
sonora 2014-09-12 11:56:14 +02:00
parent 71246eb2c5
commit a00cb3da70
5 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View file

@ -686,10 +686,10 @@ public class RouteInfoWidgetsFactory {
} else if(alarm.getType() == AlarmInfoType.TOLL_BOOTH) {
text = "$";
} else if(alarm.getType() == AlarmInfoType.TRAFFIC_CALMING) {
locimgId = R.drawable.warnings_speed_bump;
locimgId = R.drawable.warnings_traffic_calming;
text = "";
} else if(alarm.getType() == AlarmInfoType.STOP) {
locimgId = R.drawable.warnings_stop_sign;
locimgId = R.drawable.warnings_stop;
text = "";
//text = "STOP";
}