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

Annotation of /android/TrainInfo/res/layout/timetablelist.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 249 - (hide annotations) (download) (as text)
Mon Aug 10 06:22:54 2009 UTC (14 years, 9 months ago) by torben
Original Path: android/TrainInfo/res/layout/departuredetails.xml
File MIME type: text/xml
File size: 3054 byte(s)
Add train number to departure list
1 torben 237 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     android:id="@+id/layout_root"
3     android:layout_width="fill_parent"
4     android:layout_height="fill_parent"
5     android:padding="10dp"
6     >
7     <TableRow>
8     <TextView android:text="Time"
9     android:textSize="16sp"
10     />
11     <TextView android:id="@+id/Time"
12     android:layout_width="wrap_content"
13     android:layout_height="wrap_content"
14     android:textColor="#FFF"
15     android:textSize="16sp"
16     />
17     </TableRow>
18 torben 249
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 torben 237
31     <TableRow>
32     <TextView android:text="Destination "
33     android:textSize="16sp"
34     />
35     <TextView android:id="@+id/Destination"
36     android:layout_width="wrap_content"
37     android:layout_height="wrap_content"
38     android:textColor="#FFF"
39     android:textSize="16sp"
40     />
41     </TableRow>
42     <TableRow>
43     <TextView android:text="Origin"
44     android:textSize="16sp"
45     />
46     <TextView android:id="@+id/Origin"
47     android:layout_width="wrap_content"
48     android:layout_height="wrap_content"
49     android:textColor="#FFF"
50     android:textSize="16sp"
51     />
52     </TableRow>
53    
54     <TableRow>
55     <TextView android:text="Updated"
56     android:textSize="16sp"
57     />
58     <TextView android:id="@+id/Updated"
59     android:layout_width="wrap_content"
60     android:layout_height="wrap_content"
61     android:textColor="#FFF"
62     android:textSize="16sp"
63     />
64    
65     </TableRow>
66    
67     <TableRow>
68     <TextView android:text="Location"
69     android:textSize="16sp"
70     />
71     <TextView android:id="@+id/Location"
72     android:layout_width="wrap_content"
73     android:layout_height="wrap_content"
74     android:textColor="#FFF"
75     android:textSize="16sp"
76     />
77    
78     </TableRow>
79    
80     <TableRow>
81     <TextView android:text="Status"
82     android:textSize="16sp"
83     />
84     <TextView android:id="@+id/Status"
85     android:layout_width="wrap_content"
86     android:layout_height="wrap_content"
87     android:textColor="#FFF"
88     android:textSize="16sp"
89     />
90    
91     </TableRow>
92    
93     <TableRow>
94     <TextView android:text="Note"
95     android:textSize="16sp"
96     />
97     <TextView android:id="@+id/Note"
98     android:layout_width="wrap_content"
99     android:layout_height="wrap_content"
100     android:textColor="#FFF"
101     android:textSize="16sp"
102     />
103    
104     </TableRow>
105    
106     </TableLayout>

  ViewVC Help
Powered by ViewVC 1.1.20