/[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 365 - (show annotations) (download) (as text)
Wed Sep 30 09:14:27 2009 UTC (14 years, 7 months ago) by torben
File MIME type: text/xml
File size: 1825 byte(s)
First workable version with timetable feature
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="75px" />
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
28
29 <TableRow>
30 <TextView android:text="Status:" android:textSize="18sp" />
31 <TextView android:id="@+id/Status" android:layout_width="wrap_content"
32 android:layout_height="wrap_content" android:textSize="18sp" />
33
34 </TableRow>
35
36 <TableRow>
37 <TextView android:text="Note:" android:textSize="18sp" />
38 <TextView android:id="@+id/Note" android:layout_width="wrap_content"
39 android:layout_height="wrap_content" android:textColor="#FFF"
40 android:textSize="18sp" />
41
42 </TableRow>
43
44 </TableLayout>
45 <View android:layout_width="fill_parent" android:layout_height="2dip"
46 android:background="#aaaaaa" android:padding="12dip" />
47
48 <ListView android:id="@id/android:list" android:layout_width="wrap_content"
49 android:layout_height="wrap_content" android:layout_weight="1"
50 android:listSelector="#000"
51 android:clickable="false"
52 />
53 </LinearLayout>

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.20