/[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 1259 - (hide annotations) (download) (as text)
Mon Apr 4 17:01:38 2011 UTC (13 years, 2 months ago) by torben
File MIME type: text/xml
File size: 2830 byte(s)
Much better at handling long status and note texts
1 torben 362 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 torben 1259 android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical">
3 torben 249
4 torben 362
5 torben 365
6 torben 237
7 torben 1259 <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal">
8     <TextView android:layout_width="100dp" android:layout_height="wrap_content" android:text="@string/timetablelist_train" android:textSize="20sp" android:textStyle="bold" android:textColor="#FFF"/>
9     <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/Train" android:textColor="#FFF" android:textSize="20sp" android:textStyle="bold" />
10     </LinearLayout>
11 torben 237
12 torben 362
13 torben 1259 <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal">
14     <TextView android:layout_width="100dp" android:layout_height="wrap_content" android:text="@string/timetablelist_updated" android:textSize="18sp" />
15     <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/Updated" android:textSize="18sp" />
16     </LinearLayout>
17 torben 362
18 torben 1259 <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal">
19     <TextView android:layout_width="100dp" android:layout_height="wrap_content" android:text="@string/timetablelist_location" android:textSize="18sp" />
20     <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/Location" android:textSize="18sp" />
21     </LinearLayout>
22 torben 362
23 torben 1259 <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal">
24     <TextView android:layout_width="100dp" android:layout_height="wrap_content" android:text="@string/timetablelist_status" android:textSize="18sp" />
25     <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/Status" android:textSize="18sp" android:text="asd asd asd asd asd asd asd asd asd asd asd asd asd "/>
26     </LinearLayout>
27 torben 362
28 torben 1259 <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal">
29     <TextView android:layout_width="100dp" android:layout_height="wrap_content" android:text="@string/timetablelist_note" android:textSize="18sp" />
30     <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/Note" android:textSize="18sp" />
31     </LinearLayout>
32 torben 362
33 torben 1259
34 torben 362 <View android:layout_width="fill_parent" android:layout_height="2dip"
35     android:background="#aaaaaa" android:padding="12dip" />
36    
37 torben 839 <ListView android:id="@id/android:list" android:layout_width="wrap_content"
38 torben 365 android:layout_height="wrap_content" android:layout_weight="1"
39     />
40 torben 362 </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20