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

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

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

revision 397 by torben, Sat Oct 3 10:55:43 2009 UTC revision 398 by torben, Tue Oct 6 09:42:10 2009 UTC
# Line 47  public class TimetableList extends Activ Line 47  public class TimetableList extends Activ
47                                    
48                  ((TextView)findViewById(R.id.Train)).setText(departure.getTrainNumber());                  ((TextView)findViewById(R.id.Train)).setText(departure.getTrainNumber());
49                  ((TextView)findViewById(R.id.Status)).setText(departure.getStatus());                  ((TextView)findViewById(R.id.Status)).setText(departure.getStatus());
50                    ((TextView)findViewById(R.id.Location)).setText(departure.getLocation());
51                  ((TextView)findViewById(R.id.Note)).setText(departure.getNote());                  ((TextView)findViewById(R.id.Note)).setText(departure.getNote());
52                  ((TextView)findViewById(R.id.Updated)).setText(departure.getLastUpdateString());                  ((TextView)findViewById(R.id.Updated)).setText(departure.getLastUpdateString());
53                                                                                                    

Legend:
Removed from v.397  
changed lines
  Added in v.398

  ViewVC Help
Powered by ViewVC 1.1.20