/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/DepartureListAdapter.java
ViewVC logotype

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/DepartureListAdapter.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2188 by torben, Sat Mar 30 10:31:12 2013 UTC revision 2189 by torben, Fri May 30 18:34:42 2014 UTC
# Line 75  public class DepartureListAdapter extend Line 75  public class DepartureListAdapter extend
75                  ((TextView) root.findViewById(R.id.Destination)).setText(station.getDestination());                  ((TextView) root.findViewById(R.id.Destination)).setText(station.getDestination());
76                                    
77                  //Platform source'n TritInfo er ikke perfekt - så brug den ikke indtil videre                  //Platform source'n TritInfo er ikke perfekt - så brug den ikke indtil videre
78                  //((TextView) root.findViewById(R.id.Platform)).setText(station.getPlatform());                  ((TextView) root.findViewById(R.id.Platform)).setText(station.getPlatform());
79                                    
80                  if ( (station.getStatus() != null && station.getStatus().length() > 0) || (station.getNote() != null && station.getNote().length() > 0) ) {                  if ( (station.getStatus() != null && station.getStatus().length() > 0) || (station.getNote() != null && station.getNote().length() > 0) ) {
81                          ImageView image = (ImageView) root.findViewById(R.id.InfoIcon);                          ImageView image = (ImageView) root.findViewById(R.id.InfoIcon);

Legend:
Removed from v.2188  
changed lines
  Added in v.2189

  ViewVC Help
Powered by ViewVC 1.1.20