/[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 366 - (hide annotations) (download) (as text)
Wed Sep 30 10:20:05 2009 UTC (14 years, 8 months ago) by torben
File MIME type: text/xml
File size: 1758 byte(s)
Minor gui tweaks to timetable list
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    
28    
29     <TableRow>
30 torben 365 <TextView android:text="Status:" android:textSize="18sp" />
31 torben 362 <TextView android:id="@+id/Status" android:layout_width="wrap_content"
32 torben 365 android:layout_height="wrap_content" android:textSize="18sp" />
33 torben 362
34     </TableRow>
35    
36     <TableRow>
37 torben 365 <TextView android:text="Note:" android:textSize="18sp" />
38 torben 362 <TextView android:id="@+id/Note" android:layout_width="wrap_content"
39     android:layout_height="wrap_content" android:textColor="#FFF"
40 torben 365 android:textSize="18sp" />
41 torben 362
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 torben 366 <ListView android:id="@+id/List" android:layout_width="wrap_content"
49 torben 365 android:layout_height="wrap_content" android:layout_weight="1"
50     />
51 torben 362 </LinearLayout>

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.20