/[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 1054 by torben, Tue Sep 14 16:00:57 2010 UTC revision 1055 by torben, Tue Sep 14 16:30:16 2010 UTC
# Line 418  public class DepartureList extends ListA Line 418  public class DepartureList extends ListA
418                  params.span = 2;                  params.span = 2;
419                  head.addView(h1, params);                  head.addView(h1, params);
420                                    
421                    
422                    
423                  TextView h2 = new TextView(this);                  TextView h2 = new TextView(this);
                 h2.setText("Om minutte");  
424                  h2.setTypeface( Typeface.defaultFromStyle(Typeface.BOLD));                  h2.setTypeface( Typeface.defaultFromStyle(Typeface.BOLD));
425                  head.addView(h2);                  h2.setText("Om minutter");
426                    
427                    head.addView(h2,params);
428    
429                                    
430                                    
# Line 439  public class DepartureList extends ListA Line 442  public class DepartureList extends ListA
442                          TextView v2 = new TextView(this);                          TextView v2 = new TextView(this);
443                          v2.setText( entry.destination );                          v2.setText( entry.destination );
444                          row.addView(v2);                          row.addView(v2);
445                                            
446                          TextView v3 = new TextView(this);                          TextView v3 = new TextView(this);
447                          v3.setText( entry.minutes );                          v3.setText( entry.minutes );
448                          row.addView(v3);                          row.addView(v3);

Legend:
Removed from v.1054  
changed lines
  Added in v.1055

  ViewVC Help
Powered by ViewVC 1.1.20