--- android/TrainInfo/src/dk/thoerup/traininfo/DepartureListAdapter.java 2012/08/21 06:48:57 1834 +++ android/TrainInfo/src/dk/thoerup/traininfo/DepartureListAdapter.java 2012/08/21 19:48:03 1835 @@ -73,7 +73,7 @@ ((TextView) root.findViewById(R.id.Time)).setText(station.getTime()); ((TextView) root.findViewById(R.id.Destination)).setText(station.getDestination()); - + ((TextView) root.findViewById(R.id.Platform)).setText(station.getPlatform()); if ( (station.getStatus() != null && station.getStatus().length() > 0) || (station.getNote() != null && station.getNote().length() > 0) ) { ImageView image = (ImageView) root.findViewById(R.id.InfoIcon);