/[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 364 - (show annotations) (download) (as text)
Wed Sep 30 06:02:03 2009 UTC (14 years, 7 months ago) by torben
File MIME type: text/xml
File size: 1740 byte(s)
Code sync
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 android:padding="10dp">
9 <TableRow>
10 <TextView android:text="Train " android:textSize="18sp" android:textColor="#FFF"
11 android:layout_marginLeft="5sp"/>
12 <TextView android:id="@+id/Train" android:layout_width="wrap_content"
13 android:layout_height="wrap_content" android:textColor="#FFF"
14 android:textSize="18sp" />
15 </TableRow>
16
17
18 <TableRow>
19 <TextView android:text="Updated" android:textSize="16sp" />
20 <TextView android:id="@+id/Updated" android:layout_width="wrap_content"
21 android:layout_height="wrap_content"
22 android:textSize="16sp" />
23
24 </TableRow>
25
26
27
28 <TableRow>
29 <TextView android:text="Status" android:textSize="16sp" />
30 <TextView android:id="@+id/Status" android:layout_width="wrap_content"
31 android:layout_height="wrap_content"
32 android:textSize="16sp" />
33
34 </TableRow>
35
36 <TableRow>
37 <TextView android:text="Note" android:textSize="16sp" />
38 <TextView android:id="@+id/Note" android:layout_width="wrap_content"
39 android:layout_height="wrap_content" android:textColor="#FFF"
40 android:textSize="16sp" />
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 </LinearLayout>

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.20