--- android/TrainInfo/src/dk/thoerup/traininfo/DepartureList.java 2010/09/14 16:21:14 1054 +++ android/TrainInfo/src/dk/thoerup/traininfo/DepartureList.java 2010/09/14 16:30:16 1055 @@ -418,10 +418,13 @@ params.span = 2; head.addView(h1, params); + + TextView h2 = new TextView(this); - h2.setText("Om minutte"); h2.setTypeface( Typeface.defaultFromStyle(Typeface.BOLD)); - head.addView(h2); + h2.setText("Om minutter"); + + head.addView(h2,params); @@ -439,7 +442,7 @@ TextView v2 = new TextView(this); v2.setText( entry.destination ); row.addView(v2); - + TextView v3 = new TextView(this); v3.setText( entry.minutes ); row.addView(v3);