/[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 839 - (hide annotations) (download) (as text)
Fri Jun 11 17:39:11 2010 UTC (13 years, 11 months ago) by torben
File MIME type: text/xml
File size: 2081 byte(s)
Switch to ListActivity
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 561 <TextView android:text="@string/timetablelist_train" android:textSize="20sp"
11 torben 365 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 561 <TextView android:text="@string/timetablelist_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 torben 561 <TextView android:text="@string/timetablelist_location" android:textSize="18sp" />
29 torben 398 <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 561 <TextView android:text="@string/timetablelist_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 561 <TextView android:text="@string/timetablelist_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 839 <ListView android:id="@id/android:list" android:layout_width="wrap_content"
53 torben 365 android:layout_height="wrap_content" android:layout_weight="1"
54     />
55 torben 362 </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20