Update icons
This commit is contained in:
parent
7b0fd007e5
commit
63b1bc5e01
4 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.7 KiB |
|
@ -281,7 +281,7 @@ public class MapActivityLayers {
|
||||||
R.drawable.list_activities_transport_stops);
|
R.drawable.list_activities_transport_stops);
|
||||||
if(TransportRouteHelper.getInstance().routeIsCalculated()){
|
if(TransportRouteHelper.getInstance().routeIsCalculated()){
|
||||||
adapter.registerSelectedItem(R.string.layer_transport_route,
|
adapter.registerSelectedItem(R.string.layer_transport_route,
|
||||||
routeInfoLayer.isUserDefinedVisible() ? 1 : 0, 0);
|
routeInfoLayer.isUserDefinedVisible() ? 1 : 0, R.drawable.list_activities_transport_stops);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue