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

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

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

revision 248 by torben, Sat Aug 8 19:02:20 2009 UTC revision 249 by torben, Mon Aug 10 06:22:54 2009 UTC
# Line 15  Line 15 
15                android:textSize="16sp"                android:textSize="16sp"
16                />                />
17          </TableRow>          </TableRow>
18    
19            <TableRow>
20                <TextView android:text="Train"
21                                      android:textSize="16sp"
22                              />
23                <TextView android:id="@+id/Train"
24                          android:layout_width="wrap_content"
25                          android:layout_height="wrap_content"
26                          android:textColor="#FFF"
27                          android:textSize="16sp"
28                          />
29                    </TableRow>
30                    
31          <TableRow>          <TableRow>
32          <TextView android:text="Destination "          <TextView android:text="Destination "

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

  ViewVC Help
Powered by ViewVC 1.1.20