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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 398 - (show 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 <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
5 <TableLayout android:id="@+id/layout_root"
6 android:layout_width="wrap_content" android:layout_height="wrap_content"
7
8 >
9 <TableRow>
10 <TextView android:text="Train:" android:textSize="20sp"
11 android:textStyle="bold" android:textColor="#FFF"
12 android:layout_width="90px" />
13
14 <TextView android:id="@+id/Train" android:layout_width="wrap_content"
15 android:layout_height="wrap_content" android:textColor="#FFF"
16 android:textSize="20sp" android:textStyle="bold" />
17 </TableRow>
18
19
20 <TableRow>
21 <TextView android:text="Updated:" android:textSize="18sp" />
22 <TextView android:id="@+id/Updated" android:layout_width="wrap_content"
23 android:layout_height="wrap_content" android:textSize="18sp" />
24
25 </TableRow>
26
27 <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
32 </TableRow>
33
34 <TableRow>
35 <TextView android:text="Status:" android:textSize="18sp" />
36 <TextView android:id="@+id/Status" android:layout_width="wrap_content"
37 android:layout_height="wrap_content" android:textSize="18sp" />
38
39 </TableRow>
40
41 <TableRow>
42 <TextView android:text="Note:" android:textSize="18sp" />
43 <TextView android:id="@+id/Note" android:layout_width="wrap_content"
44 android:layout_height="wrap_content" android:textSize="18sp" />
45
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 <ListView android:id="@+id/List" android:layout_width="wrap_content"
53 android:layout_height="wrap_content" android:layout_weight="1"
54 />
55 </LinearLayout>

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.20