/[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 362 - (hide annotations) (download) (as text)
Tue Sep 29 21:30:16 2009 UTC (14 years, 8 months ago) by torben
File MIME type: text/xml
File size: 1725 byte(s)
CodeSync towards timetable feature
1 torben 362 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     android:layout_width="fill_parent" android:layout_height="fill_parent"
3     android:orientation="vertical">
4 torben 249
5 torben 362 <TableLayout android:id="@+id/layout_root"
6     android:layout_width="wrap_content" android:layout_height="wrap_content"
7    
8     android:padding="10dp">
9     <TableRow>
10     <TextView android:text="Train" android:textSize="16sp" />
11     <TextView android:id="@+id/Train" android:layout_width="wrap_content"
12     android:layout_height="wrap_content" android:textColor="#FFF"
13     android:textSize="16sp" />
14 torben 249 </TableRow>
15 torben 237
16    
17 torben 362 <TableRow>
18     <TextView android:text="Updated" android:textSize="16sp" />
19     <TextView android:id="@+id/Updated" android:layout_width="wrap_content"
20     android:layout_height="wrap_content" android:textColor="#FFF"
21     android:textSize="16sp" />
22    
23     </TableRow>
24    
25    
26    
27     <TableRow>
28     <TextView android:text="Status" android:textSize="16sp" />
29     <TextView android:id="@+id/Status" android:layout_width="wrap_content"
30     android:layout_height="wrap_content" android:textColor="#FFF"
31     android:textSize="16sp" />
32    
33     </TableRow>
34    
35     <TableRow>
36     <TextView android:text="Note" android:textSize="16sp" />
37     <TextView android:id="@+id/Note" android:layout_width="wrap_content"
38     android:layout_height="wrap_content" android:textColor="#FFF"
39     android:textSize="16sp" />
40    
41     </TableRow>
42    
43     </TableLayout>
44     <View android:layout_width="fill_parent" android:layout_height="2dip"
45     android:background="#aaaaaa" android:padding="12dip" />
46    
47     <ListView android:id="@id/android:list" android:layout_width="wrap_content"
48     android:layout_height="wrap_content" android:layout_weight="1" />
49     </LinearLayout>

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.20