/[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 398 - (hide annotations) (download) (as text)
Tue Oct 6 09:42:10 2009 UTC (14 years, 7 months ago) by torben
File MIME type: text/xml
File size: 1969 byte(s)
Current Location can still be interesting for some trains

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 torben 365 >
9 torben 362 <TableRow>
10 torben 365 <TextView android:text="Train:" android:textSize="20sp"
11     android:textStyle="bold" android:textColor="#FFF"
12 torben 366 android:layout_width="90px" />
13 torben 365
14 torben 362 <TextView android:id="@+id/Train" android:layout_width="wrap_content"
15     android:layout_height="wrap_content" android:textColor="#FFF"
16 torben 365 android:textSize="20sp" android:textStyle="bold" />
17 torben 249 </TableRow>
18 torben 237
19    
20 torben 362 <TableRow>
21 torben 365 <TextView android:text="Updated:" android:textSize="18sp" />
22 torben 362 <TextView android:id="@+id/Updated" android:layout_width="wrap_content"
23 torben 365 android:layout_height="wrap_content" android:textSize="18sp" />
24 torben 362
25     </TableRow>
26    
27 torben 398 <TableRow>
28     <TextView android:text="Location:" android:textSize="18sp" />
29     <TextView android:id="@+id/Location" android:layout_width="wrap_content"
30     android:layout_height="wrap_content" android:textSize="18sp" />
31 torben 362
32 torben 398 </TableRow>
33 torben 362
34     <TableRow>
35 torben 365 <TextView android:text="Status:" android:textSize="18sp" />
36 torben 362 <TextView android:id="@+id/Status" android:layout_width="wrap_content"
37 torben 365 android:layout_height="wrap_content" android:textSize="18sp" />
38 torben 362
39     </TableRow>
40    
41     <TableRow>
42 torben 365 <TextView android:text="Note:" android:textSize="18sp" />
43 torben 362 <TextView android:id="@+id/Note" android:layout_width="wrap_content"
44 torben 376 android:layout_height="wrap_content" android:textSize="18sp" />
45 torben 362
46     </TableRow>
47    
48     </TableLayout>
49     <View android:layout_width="fill_parent" android:layout_height="2dip"
50     android:background="#aaaaaa" android:padding="12dip" />
51    
52 torben 366 <ListView android:id="@+id/List" android:layout_width="wrap_content"
53 torben 365 android:layout_height="wrap_content" android:layout_weight="1"
54     />
55 torben 362 </LinearLayout>

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.20