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

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

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

revision 248 by torben, Sun Aug 9 19:40:05 2009 UTC revision 249 by torben, Mon Aug 10 06:22:54 2009 UTC
# Line 94  public class DepartureList extends ListA Line 94  public class DepartureList extends ListA
94                  switch (id) {                  switch (id) {
95                  case DLG_DETAILS:                  case DLG_DETAILS:
96                          ((TextView)dialog.findViewById(R.id.Time)).setText(currentDeparture.getTime());                          ((TextView)dialog.findViewById(R.id.Time)).setText(currentDeparture.getTime());
97                            ((TextView)dialog.findViewById(R.id.Train)).setText(currentDeparture.getTrainNumber());
98                          ((TextView)dialog.findViewById(R.id.Destination)).setText( currentDeparture.getDestination());                          ((TextView)dialog.findViewById(R.id.Destination)).setText( currentDeparture.getDestination());
99                          ((TextView)dialog.findViewById(R.id.Origin)).setText(currentDeparture.getOrigin());                          ((TextView)dialog.findViewById(R.id.Origin)).setText(currentDeparture.getOrigin());
100                          ((TextView)dialog.findViewById(R.id.Location)).setText(currentDeparture.getLocation());                          ((TextView)dialog.findViewById(R.id.Location)).setText(currentDeparture.getLocation());

Legend:
Removed from v.248  
changed lines
  Added in v.249

  ViewVC Help
Powered by ViewVC 1.1.20