/[projects]/android/TrainInfo/res/layout/departurerow.xml
ViewVC logotype

Diff of /android/TrainInfo/res/layout/departurerow.xml

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

revision 1834 by torben, Tue May 3 20:25:00 2011 UTC revision 1835 by torben, Tue Aug 21 19:48:03 2012 UTC
# Line 42  Line 42 
42                          />                          />
43                  <TextView                  <TextView
44                          android:id="@+id/Destination"                          android:id="@+id/Destination"
45                          android:layout_width="fill_parent"                          android:layout_width="0dp"
46                          android:layout_height="wrap_content"                          android:layout_height="wrap_content"
47                          android:textSize="20sp"                          android:textSize="20sp"
48                            android:layout_weight="1"
49                          />                          />
50                    <TextView
51                            android:id="@+id/Platform"
52                            android:layout_width="24dp"
53                            android:layout_height="wrap_content"
54            
55                            android:paddingRight="2dp"
56                            android:paddingLeft="2dp"
57                            android:textSize="20sp"
58    
59    
60                            />
61                                    
62          </LinearLayout> <!--  end of first row -->          </LinearLayout> <!--  end of first row -->
63                    
64          <LinearLayout android:id="@+id/departureRow2"          <LinearLayout android:id="@+id/departureRow2"

Legend:
Removed from v.1834  
changed lines
  Added in v.1835

  ViewVC Help
Powered by ViewVC 1.1.20